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: A warning on unsupported Time Machine solutions' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.5: A warning on unsupported Time Machine solutions
Authored by: stokessd on Mon, Dec 17 2007 at 7:40AM PST
A good workaround is to not use SMB but rather AFP for your timemachine backup share. netatalk is your friend and free:

http://netatalk.sourceforge.net/


Sheldon

[ Reply to This | # ]
No: Non-10.5 AFP is NOT okay
Authored by: dbs on Tue, Dec 18 2007 at 6:48PM PST
I tried this. It worked fine until TimeMachine had to delete old backups. When that happened they deleted successfully (at least the disk space came back) but the TimeMachine GUI lost *all* the previous backups. They were still there on the sparsebundle disk image, but the GUI did *not* see them.

To test this get TimeMachine to use a sparsebundle with a small size limit and backup a small directory. (There are several ways to do this: create it from scratch and re-name it or use the hdiutil command to resize an existing one.) Then keep changing files until it has to delete a backup. At least on my AFP/linux-based NAS this appeared to work, but did *not* work completely.

There is another solution, but it's a bit more involved. I backup to an old powerbook running 10.5.1 (completely supported) and have an rsync job that syncs that backup to my NAS over AFP. I believe this works, but I still use CCC to sync to a disk image on that disk as well. You can read more about how I do this (and how to get passwords from the keychain into command-line scripts) at: http://cva.stanford.edu/people/davidbbs/mac_scripts/index.html

[ Reply to This | # ]