Sunday, February 20, 2011

Time Machine backups on plug computer

I found a lot of posts on how to configure a TimeMachine to work on USB hard drive over the network. But it wasn't such an easy setup. I didn't work on the first run, and ran quite unreliably.

The basic idea of how to do this is to first create a sparsebundle, where the backup will be stored. Then move this bundle to the machine that will host the backup. Then configure AFP (atalk) to make the sparsebundle accessible to the Mac. That's it. Here are the links I found most useful:

Create sparsebundle: Setup AFP and Avahi:
And here are my findings on how to make all this work:
  • I tried placing the sparsebundle first in on a hfsplus (Mac formatted) disk. That didn't work well, probably because the Linux box doesn't work well with this format. I then tried using ext3 format, and that worked great;
  • In the end, I had to create a backup from scratch. Some some reason, the previous TimeMachine backup I had didn't work so well. Maybe it will work for others.

No comments:

Post a Comment