Backup Mechanisms

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Backup Mechanisms

Post by scottwilkerson »

Yes, that one file should be sufficient. It contains backups of all of the databases
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
HAL
Posts: 151
Joined: Thu Sep 27, 2012 7:57 am

Re: Backup Mechanisms

Post 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
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Backup Mechanisms

Post by scottwilkerson »

That should do it..
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
HAL
Posts: 151
Joined: Thu Sep 27, 2012 7:57 am

Re: Backup Mechanisms

Post by HAL »

Thanks
Locked