
Originally Posted by
Ron Haines
To answer my own post - zmbackup creates hard links to files already in the backup directory. Facile use of 'du' on the whole sessions directory gives the impression that all full backups after the first are too small because du does not count files twice in a single execution. However running 'du' on each individual session shows all the files are present. The crucial sentence from 'man du' is:
"Files having multiple hard links are counted (and displayed) a single time per du execution."
Thanks to the Zimbra support folks for patiently leading me to this realization.