Geeky: Get Leopards (10.5) Time Machine to Backup to A Network Drive
Upset that you can only backup your Time Machine files to a local USB or Firewire drive? Not so anymore with a little hackery and a USB drive.
Connect the drive and format it HFS+ for this example I will name it backup
Set it up as the Time Machine drive once formatted.Go into system preferences and turn off Time Machine.
Go into [your NAS] and create a share, for this example I will name it backups.
Open terminal
type the following commandscd /
cd Volumes
ls -a -l (make note of .00 filename)
cp ./backup/.00filename ./backups/.00filename
cp ./backup/.com.apple.timemachine.supported ./backups/.com.apple.timemachine.supported
sudo umount backup
sudo umount backupsthen [in your NAS] rename backups volume to backup and connect to [your NAS] through finder afp://IPADDRESS choose backup volume to connect to
Relaunch TimeMachine…
I’ve had limited success with my Terastation, but as long as I don’t reboot my machine my settings stick. [via]
