Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.5: Make Time Machine work with AirPort and AFP disks' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.5: Make Time Machine work with AirPort and AFP disks
Authored by: SpazTheCat on Nov 02, '07 05:42:23PM

I've been trying for a day or so now to get the above suggestions to work but have been unable. So, I approached it from a different angle. Rather than making the AFP share appear to be a supported disk in TimeMachine, I turned off the check that TimeMachine performs to see if the disk is supported.

There is a hidden system preference that needs to be change. This can be done by typing the following command in the Terminal:

defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1


After doing this, the AFP share on my Mac running Tiger appeared in the list of disks available to TimeMachine without any further modification. I kicked off a backup and it appears to be running just fine. Rather slow (I wish I had gigabit ethernet), but fine.

Andy



[ Reply to This | # ]
10.5: Make Time Machine work with AirPort and AFP disks
Authored by: odaigle on Nov 05, '07 04:46:32AM

I see a potential issue of using a network drive with TM. Here is what may happen:

1) The backup is made on the server into a sparse disk image, which has a size that is much greater than the physical disk itself. Example: I'm backing up on a 1.5 TB raid disk attached to a linux system though SMB and the sparse disk image created by TM has 2.73TB of capacity.

2) The incremental backups are made, filling up the server drive.

3) TM wants to backup more data and deletes old backups. However, as the backups are kept in a sparse disk image, the space on the physical disk is not freed. Thus, TM is never able to free space for more backups. Backups hangs.

One solution would be to be able to set a maximum size to the disk image that is lower than the physical disk size. However, I did not see this option. I also tried to create a sparse bundle disk image of 300GB and tried to use it as the backup device, but TM did not show the disk image as an available backup device (even though I had the .com.apple.timemachine.supported and .00xxxxxxxxx file onto it).



[ Reply to This | # ]