There is a Mac OS 10.7 (Lion) desktop, it stores Time Machine backups on a separate partition. Also there is an Ubuntu 12.04 (Precise) server with NFS daemon running, it exports a /BACKUP disk. This disk is mounted by Mac OS desktop and I'd like to copy Time Machine backups to this network disk. Which tool shell I use to store backups properly with all associated metadata, hfs extended attributes and forks?
Tell me more
×
Ask Different is a question and answer site for
power users of Apple hardware and software. It's 100% free, no registration required.
|
|
|||
|
|
|
If you're explicitly looking to make a copy of the existing backups (a backup of the backups), you will need to make a disk image with Disk Utility. Time Machine uses hardlinked directories which are only supported by HFS+, so you need HFS+ in a container. You'd be much better off running netatalk on the Ubuntu server, which will share the disk over AFP, allowing Time Machine to back up directly to it. Here's one guide: http://pwntr.com/2012/03/03/easy-mac-os-x-lion-10-7-time-machine-backup-using-an-ubuntu-linux-server-11-10-12-04-lts-and-up/ |
|||||||
|