Page 1 of 1

Any script to backup only nagios xi

Posted: Fri Mar 14, 2014 7:17 am
by ctrlshawkkey
1.Nagiosxi version Nagios XI 2012R2.9
2.offloaded Db

I have script which takes the backup of both app and database.

We have any script which takes the backup of only Nagios XI app ?

Regards ,

Siva

Re: Any script to backup only nagios xi

Posted: Fri Mar 14, 2014 7:56 am
by scottwilkerson
With virtually ALL of the setting being held in the DB's not sure what good this would be as XI can just be re-downloaded from the download page at any time, but you could just tar up the following directories
/usr/local/nagiosxi
/usr/local/nagios
/usr/local/nrdp
/var/lib/mrtg

Re: Any script to backup only nagios xi

Posted: Wed Mar 19, 2014 5:36 am
by ctrlshawkkey
Thanks.