Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the '10.5: Start Time Machine backups now in Terminal' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.5: Start Time Machine backups now in Terminal
Authored by: barrysharp on Thu, Nov 15 2007 at 8:29PM PST
This is useful. It would be even more useful if there was a way to force a Backup Now when the TM pref panel has the OFF-ON slider in the OFF position. There are many people who want to avoid hourly backups done by default and adopt a single backup per day. Thus a cron script can be launched once per day to force the daily backup.

---
Regards... Barry Sharp

[ Reply to This | # ]
10.5: Start Time Machine backups now in Terminal
Authored by: barrysharp on Thu, Nov 15 2007 at 9:36PM PST
Actually to do what I suggested - which is to invoke a backup with the TM panel's OFF-ON switch in the OFF position one simply executes

/System/Library/CoreServices/backupd.bundle/Contents/Resources/backupd-helper

Thus it's possible to configure TM backups OFF and once per day execute the above command via cron or some other similar facility.

---
Regards... Barry Sharp

[ Reply to This | # ]
10.5: Start Time Machine backups now in Terminal
Authored by: barrysharp on Thu, Nov 15 2007 at 10:07PM PST
BTW - Using CronniX at

http://h775982.serverkompetenz.net:9080/abstracture_public/projects-en/cronnix/

makes this real easy.

---
Regards... Barry Sharp

[ Reply to This | # ]