After upgrade,
su - zimbra
crontab -e
Locate the section that starts with
# BACKUP BEGIN and insert the --noZip switch (capitalization is important here) to the first two lines. E.g.
Code:
# BACKUP BEGIN
0 1 * * 6 /opt/zimbra/bin/zmbackup -f -a all --noZip --mail-report
0 1 * * 0-5 /opt/zimbra/bin/zmbackup -i --noZip --mail-report
0 0 * * * /opt/zimbra/bin/zmbackup -del 1m --mail-report
# BACKUP END
Then save/quit and crontab will update.
Be sure to double-check this setting after each upgrade, and vote for bug 45634. If you ever do a manual backup, make sure you do it via CLI, not GUI, and include the --noZip switch. Vote for bug 45635.