I want to store time machine backups on a storage server running ubuntu server with an ext4 filesystem. If I only ever interact with the server over the network, will I be able to safely recover this mac backup?
Can I safely store my windows backups there as well? What utility is recommended to snapshot a windows box?
It is mostly safe to backup a Windows/MacOS box to a Linux host, but you need to consider the following factors:
All considered, I am extremely satisfied using rsync + rsnapshot combo. Using them, you can schedule automated, deduplicated (via hardlinks) backups. Using the right options (
-AX
), rsync is even capable of storing ACLs. For the MacOS box, you will find native rsync support. For the Windows box, you can install it via Cygwin