Run Time Machine Backups Daily, Not Hourly
Saturday, March 13th, 2010I’m annoyed by the inability to customize Time Machine’s schedule: I really don’t want hourly backups while I’m trying to use my machine. I also don’t care for changing the interval as many other posts and tips suggest because that does not guarantee a consistent time-of-day to run.
There’s an easy solution that does not require any additional software. First, turn off Time Machine backups (after you have selected a backup disk). Then just add your own schedule(s) to cron. For example, I schedule mine to run every day at 2 AM:
0 2 * * * /System/Library/CoreServices/backupd.bundle/Contents/Resources/backupd-helper
If you’re unfamiliar with how to configure cron, you may wish to have a look at Using the ‘cron’ scheduler.