What it really comes down to is exactly *what* you want to back up. If it's just the configuration, then the stuff in /etc should be all you need. The stuff in /var will contain the current state (logs, lock files, status.dat, etc.). The things in /usr should only be things that are installed by the package, and probably don't need to be backed up. An exception to that would be if you've manually added plugins to /usr/lib/nagios/plugins/.
If you want to check your list, you could also run 'find / -name *nagios*' and pore over the results. -- Tony Yarusso Technical Team ___ Nagios Enterprises, LLC Email: [email protected] Web: www.nagios.com ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
