Nagios Backup
Posted: Mon Jan 27, 2014 3:05 pm
Hi There,
How to change the time for postgres and mysql Nagios db backup daily/weekly/monthly ?
How to change the time for postgres and mysql Nagios db backup daily/weekly/monthly ?
Support for Nagios products and services
https://support.nagios.com/forum/
Code: Select all
cat /etc/cron.d/nagiosxiCode: Select all
# Backup MySQL & PostgreSQL Databases
0 5 * * * root /root/scripts/automysqlbackup
0 4 * * * root /root/scripts/autopostgresqlbackup