Is there a manual/cli method to delete backups scheduled via the UI? We are having an issue with the php ssh module and want to stop the backups from occurring. Because of the issue with the module we are unable to get to the page and delete the backup schedule.
Thanks,
Geoff
Manually Delete Scheduled Backups
Re: Manually Delete Scheduled Backups
If you want them to stop occurring you could rename the script it runs:
Then when you're ready to resume backups:
Code: Select all
mv /usr/local/nagiosxi/scripts/backup_xi.sh /usr/local/nagiosxi/scripts/backup_xi.sh.oldCode: Select all
mv /usr/local/nagiosxi/scripts/backup_xi.sh.old /usr/local/nagiosxi/scripts/backup_xi.sh-
geoffmyers
- Posts: 22
- Joined: Fri Apr 03, 2015 3:57 pm
Re: Manually Delete Scheduled Backups
Perfect.. thanks for the easy solution.
Re: Manually Delete Scheduled Backups
Is there anything else we can do for you regarding this issue?geoffmyers wrote:Perfect.. thanks for the easy solution.
Former Nagios Employee.
me.
me.