Quote:
Originally Posted by Nutz So here's the question: How do I get my backups to work if I expect them to be over 8 TB? |
Simplest solution: don't use ext3. It was never designed for use with filesystems over a TB. Shoot, it has issues with anything over 0.5 TB. Use XFS instead. That's one of the main benefits of XFS (multi-terabyte filesystems).
Next simplest solution: mount /opt/zimbra/backups off a network share using iSCSI, NFS, CIFS, whatever. That way, the remote host can worry about disk sizes. And you can use something better like ZFS, which has no practical limits on FS/pool sizes.