Hi All
Is it possible to stop zimbra network edition keeping 4 weeks worth of backup and reducing it to say 2. Having a bit of a space issue at present on a hosted server.
Thanks
Printable View
Hi All
Is it possible to stop zimbra network edition keeping 4 weeks worth of backup and reducing it to say 2. Having a bit of a space issue at present on a hosted server.
Thanks
use zmschedulebackup and the delete option, take a look at the wiki for syntax
CLI zmschedulebackup Network Edition only - Zimbra :: Wiki
I still want the server to backup as it does now and not change how often but just how many days worth it keeps in the backup folder
Thanks
check for cronjob with command likeand change parameter "-del 1m" to "-del 15d". When this cron job gets executed, it will delete backups older than 15 days.Code:/opt/zimbra/bin/zmbackup -del 1m --mail-report
That's fantastic
Thanks
Thank Bill.
I run OSE at home and NE at work. The work installation has never removed older backups and now I know why.
You'd think though, when doing the upgrades, it'd modify the cron job and and that entry.
I'll manually add it.
Doug