In my experience using the --noZip option, is the fastest way to backup and uses the lowest amount of diskspace. It's a bit of a mystery to me why this is not the default behaviour.
Anyway, we have around 250GB of data and keep 30 days of backups, which takes up ~300GB (Yes, using --noZip). Datastore is on 15k SAS disks in RAID10, whereas the backup is located on 10k SAS disks in RAID 0. While the backup volume is not redundant at least it's fast, which is important for a quick restore / disaster-recovery (I've experienced waiting 17 hours for a disaster recovery to complete from slow disks).
We have a Disk-to-Disk-to-Tape procedure in place: the /opt/zimbra/backup folder is rsynced daily to a backup-server, which does an old-school tar to tape (tar rules!). Both rsync and tar support hardlinks by the way. Also don't forget to backup your /opt/zimbra/conf and /opt/zimbra/redolog directories, which hold your config and "redologs" (all email that has not been backed up yet!). In the disaster recovery mentioned above we lost "only" 15 minutes of email, instead of a whole day, because we had the redologs. |