I am noting this by the time that i upgraded all my installations from 5 to 6.0.x ZCS Ne.
My /var/spool/cron/zimbra does contain:
Code:
# BACKUP BEGIN
0 1 * * 6 /opt/zimbra/bin/zmbackup -f -a all --mail-report --noZip
0 1 * * 0-5 /opt/zimbra/bin/zmbackup -i --mail-report --noZip
0 0 * * * /opt/zimbra/bin/zmbackup -del 1m --mail-report --noZip
# BACKUP END
and these 3 lines are different from default:
Code:
# BACKUP BEGIN
0 1 * * 6 /opt/zimbra/bin/zmbackup -f -a all
0 1 * * 0-5 /opt/zimbra/bin/zmbackup -i
0 0 * * * /opt/zimbra/bin/zmbackup -del 1m
# BACKUP END
as they are different from default (i suppose, i cannot imagine any other valid reason) these 3 lines are cut away during upgrade and every time I have to remember to open /var/spool/cron/zimbra to insert them again
this is very annoying, as last time i forget to do it and i missed one month of backups ;(