| Re: Nagios - Backup More than likely, your nagios is installed in /usr/local/nagios but if it isn't there you could : - ps -ef | grep nagios
This will show the nagios process and the path should be there. - find / -name nagios
This will search the file systems for nagios.
In my nagios installations, I do both tar/scp and rsync. On the servers I have in a DR configuration I rsync everything in /ust/local/nagios. On other servers, I tar everything under the root nagios directory and scp it to another server.
* The configuration files are in the nagios etc directory (/usr/local/nagios/etc)
Hope this helps. |