CIFS isn't the fastest protocol, and 100mbps is meh, but the speed of dar'ing is the probably the biggest speed factor. The mail server is fully functional while dar'ing, so it's not ordinarily a problem.
I don't know which distro you are using, http://www.zimbra.com/forums/announc...html#post62754, but it seems you do not have sendmail installed. The 'mail' command uses sendmail, usually. Add a softlink pointing to Zimbra sendmail:Quote:
I am also not receving mail for backup as it ends up with /usr/lib/sendmail not found.
Or, you can probably just install sendmail, but make sure it is not enabled. You don't want it competing with Zimbra postfix.Code:ln -s /opt/zimbra/postfix/sbin/sendmail /usr/lib/sendmail
Or, if using a Debian/Ubuntu derivative, you might alter /etc/nail.rc: http://www.zimbra.com/forums/adminis...tml#post215050
These are normal rsync errors, which you are more likely to see with the first full rsync.Quote:
Here's the backup log============================
Sat Jan 14 00:41:52 IST 2012
Performing FULL backup
============================
full Backup started at: Sat Jan 14 00:41:52 IST 2012
Setting date & version Marker into /opt/zimbra/DATE_VERSION.txt
Doing a hotsync of /opt/zimbra/ to /opt/fakebackup/
rsync: stat "/opt/fakebackup/store/0/111/msg/1/.4154-3372.msg.83CGcp" failed: No such file or directory (2)
rsync: rename "/opt/fakebackup/store/0/111/msg/1/.4154-3372.msg.83CGcp" -> "store/0/111/msg/1/4154-3372.msg": No such file or directory (2)
rsync: link "/opt/fakebackup/store/0/118/msg/0/260-14.msg" => store/0/106/msg/0/279-52.msg failed: File exists (17)
I'm not a fan of a whole bunch of dar files for individual backups. This happens because the default size of the ARCHIVESIZE variable by default is only 4GB. This was originally to fit individual dars on DVD, but almost no one does that. I would set it much larger. e.g.Quote:
Creating MD5 Checksum for 02_ZimbraBackup_20120114_FULL.10.dar...
Creating MD5 Checksum for 02_ZimbraBackup_20120114_FULL.11.dar...
Creating MD5 Checksum for 02_ZimbraBackup_20120114_FULL.12.dar...
Creating MD5 Checksum for 02_ZimbraBackup_20120114_FULL.13.dar...
Creating MD5 Checksum for 02_ZimbraBackup_20120114_FULL.14.dar...
If you don't want a single dar to be 300GB, I would still set it much larger than 4GB.Code:ARCHIVESIZE="310000M"

