Tuesday, July 2, 2013

OSX Cmd: Reschedule Time Machine Backups


If you want to change the interval of Time Machine backups simply enter the following command into your Terminal:

sudo defaults write/System/Library/LaunchDaemons/com.apple.backupd-auto StartInterval -int 1800

900  = 15 minutes
1800 = 30 minutes
3600 = 1 hour

No comments: