#452542 - 10/29/0905:22 AMRe: Time Machine help
[Re: Jim_]
MacBozo
Nut Dood
Registered: 04/20/02
Posts: 16628
Loc: Pinellas Park, Florida
Yes, it backs up when wake from sleep, but if the machine has been sleeping for 12 hours, that's OK with me. The wife's Mini backs up to a volume attached to my Mini, so having her machine back up on wake doesn't always connect due to my machine being in sleep mode, so I make sure to wake mine and then wake hers to get a good bu from her machine. Time Machine Editor is an easier (more user friendly) method, though.
#452543 - 10/29/0905:30 AMRe: Time Machine help
[Re: MacBozo]
MacBozo
Nut Dood
Registered: 04/20/02
Posts: 16628
Loc: Pinellas Park, Florida
Here are the instructions. I've found that I have to give myself read/write privileges on the plist before it will save (includes the folder, too). After I save it, I put the privileges back to what they should be (or just run Repair Permissions). A reboot (I found out that the log out/log in doesn't work) then sets your changes.
Quote:
RE: cool TM stuff
Or, you can simply modify the correct .plist file: (copy/paste from my post over at MM)
Quote: The system is certainly easy to configure, but it’s just too simple. After reading a hint at http://www.macfixit.com, I did some hunting around the typically forbidden areas of my hard drive, which yielded some property lists stored in System/Library/LaunchDaemons: com.apple.backupd.plist; com.apple.backupd-auto.plist; com.apple.backupd-wake.plist; and com.apple.backupd-attach.plist. These files can be opened in TextEdit (in your Applications folder), and for my purposes I wanted simply to change the backup interval to every 24 hours. If you open com.apple.backupd-auto.plist in TextEdit, you’ll see this:
To change the interval to every twenty four hours, change the {integer}3600{/integer} line to {integer}86400{/integer} and save the file. The value in that line is the number of seconds between backups. 3600 seconds is one hours, 86400 seconds is one day. Simply save that file, log out, log back in, and you’re all set.
NOTE: the {} = <> and the bolding is mine.
I think I'm going to set both computers to every 12 hours. I did set both my G4 and my wife's Mini to 12 hour intervals. I had to give myself read/write permissions on the LaunchDaemons folder in order to save the changed file, and it requires a reboot (not log out/log in) as stated. The TM PrefPane still shows the hourly backups, but simply doesn't execute them.