Simple mirroring might be good enough:That's basically what I'm doing for my iBook right now. I'm not positive it's preserving absolutely everything, especially OS X-specific stuff (resource forks?), but 99.999% of the time I just need the raw file back.Code:rsync -avRr --ignore-errors /Users /Volume/network_mount_point/backup_dir


Reply With Quote