Hello,
How can I delete old backups by hand?
Can I just do zmbackup -del 7d in command line?
Since 6.07 my disk space is huge ???
greets
John
Hello,
How can I delete old backups by hand?
Can I just do zmbackup -del 7d in command line?
Since 6.07 my disk space is huge ???
greets
John
Should be OK.
Yes you can use
or directly whith the backup nameCode:/opt/zimbra/bin/zmbackup -del 7d
Code:/opt/zimbra/bin/zmbackup -del full-20100821.010007.806
R905 DELL
Release 6.0.7_GA_2473.SLES11_64_20100616202558 SLES11_64 NETWORK edition.
Thank you !
Somewhere in ZCS 6.0.x the behaviour of the backups changed from default hardlinked blobs to default zipped & non-hardlinked blobs. Search the forums, there's many posts covering this. In short: you'll need to add the --noZip option to the backup lines in your crontab, and don't forget to redo this after every upgrade.
Is there a way to configure backups to not keep 4 weeks of backups around? I have looked at the admin manual and i don't see this but can't imagine it is not configurable.
I'd like to only keep one week's worth on disk since it goes to tape anyways...
Search for BACKUP BEGIN :Code:zimbra@mail:/root$ crontab -e
Last line 7d means that everything prior to -7 days wil be deleted.Code:# BACKUP BEGIN 0 1 * * 6 /opt/zimbra/bin/zmbackup -f --noZip -a all 0 1 * * 0-5 /opt/zimbra/bin/zmbackup -i --noZip 0 0 * * * /opt/zimbra/bin/zmbackup -del 7d # BACKUP END
Greets
John
There are currently 1 users browsing this thread. (0 members and 1 guests)