Page 2 of 2
Re: Backup Mechanisms
Posted: Tue Feb 05, 2013 8:19 am
by scottwilkerson
Yes, that one file should be sufficient. It contains backups of all of the databases
Re: Backup Mechanisms
Posted: Tue Feb 05, 2013 8:27 am
by HAL
Now, we have scheduled weekly backup of Nagios application, MySQL database and Postgresql database in a single zip file like 1360060327.tar.gz to a windows shared mounted in Linux Box with entry in fstab to be on a permanent basis, hope we are good in terms of backup and restoration after doing this. Please comment of any extra action in this regard.
[root@oslms018 ntserver]# crontab -l
* 20 * * 6 root /usr/local/nagiosxi/scripts/backup_xi.sh >> /var/log/script_output.log 2>&1
Re: Backup Mechanisms
Posted: Tue Feb 05, 2013 8:51 am
by scottwilkerson
That should do it..
Re: Backup Mechanisms
Posted: Tue Feb 05, 2013 8:53 am
by HAL
Thanks