Advertisement
Guest User

Untitled

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