Change frequency of deleting backups

Revision as of 06:49, 10 August 2017 by Nbhagwat (talk | contribs) (Created page with "=== <h1>Change frequency of deleting backups</h1> === <hr> <br> <h2>Problem: </h2> The frequency with which backups are deleted needs to be changed. <h2>Solution: </h2> Run...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.


Regards,
Shashank Tiwari

Jump to: navigation, search