Guest User

Untitled

a guest
Jan 19th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #!/bin/bash
  2. sudo tmutil enable
  3. sleep 2
  4. sudo tmutil setdestination /Volumes/data/
  5. growlnotify -a 'Time Machine' -m 'Time Machine enabled and /Volume/data/ mounted'
  6. sleep 20
  7. tmutil startbackup
  8. growlnotify -a 'Time Machine' -m 'Starting Time Machine Backup'
Add Comment
Please, Sign In to add comment