Change frequency of deleting backups

Change frequency of deleting backups



Problem:

The frequency with which backups are deleted needs to be changed.


Solution:

Run the following as the zimbra user:

crontab -l | grep -i backup 

There should an output similar to the following:

0 0 * * * /opt/zimbra/bin/zmbackup -del 1m --mail-report  

Adjust this using 'crontab'. '1m' is 1 month. This can be changed to d(days) and m(month) as well.



Submitted by: Shashank Tiwari

Jump to: navigation, search