Quote:
Originally Posted by admin1 Thank you Krishopper and xeon.
To Krishopper: The space that the backups occupy in the source location seem much smaller than in the target (copied-to) location. Am I missing something?  |
Since you're running ZCS 5, your backups default to using hard links for data that is redundant between full backups. If you use cp to copy individual full backups, you break the hard links and the data takes up a lot more space.
If you want to preserve the hard links then you need to use both a replication method and a target storage system that supports them. E.g. rsync -aH to a *nix system. cp --preserve=links should also do the trick but it may use more bandwidth (depending on what's already sitting on the target). On the other hand cp --preserve=links may be faster (depending on what's already sitting on the target, and bandwidth) and it'll probably use less memory.
Not sure about CIFS shares or the underlying filesystem.
See also:
Ajcody-Backup-Restore-Issues - Zimbra :: Wiki