Deactivate Backup
Deactivate Backup
I searched the whole forum but I can't find a answer to my problem.
Is there the a way to disable the daily backup function?
I tried to suspend a few cron jobs but it still it does the daily backups.
Is there the a way to disable the daily backup function?
I tried to suspend a few cron jobs but it still it does the daily backups.
Re: Deactivate Backup
Try to suspended this cron job
Code: Select all
sudo /usr/local/vesta/bin/v-backup-users
Re: Deactivate Backup
Let's imagine that one actually don't want to deactivate the v-backup-users, but just want to delete the old backup files in /home/backup which is more than x days old?
How to come around that issue?
How to come around that issue?
Re: Deactivate Backup
You just need to edit filequatroweb wrote:just want to delete the old backup files in /home/backup which is more than x days old?
/usr/local/vesta/data/users/admin/user.conf (or any other user you want to fix)
Look for BACKUPS="?" line to adjust how many backups will be kept.
Re: Deactivate Backup
Hi Head,
Man.. how blind can I be! Just saw it now.. also able to just change how many backups will be kept in "packages" am I right?
Thanks a lot for your advice!
Man.. how blind can I be! Just saw it now.. also able to just change how many backups will be kept in "packages" am I right?
Thanks a lot for your advice!
-
- Posts: 14
- Joined: Fri Sep 19, 2014 10:47 am
Re: Deactivate Backup
yes, just change it in packages