Advertisement
Guest User

Untitled

a guest
Jun 9th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. display dialog "do you want to backup now?" buttons {"Later", "Sure"}
  2. if the button returned of the result is "Later" then
  3.     return
  4. end if
  5. do shell script "/System/Library/CoreServices/backupd.bundle/Contents/Resources/backupd-helper"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement