Page 1 of 1
nagios and avamar
Posted: Mon Sep 24, 2012 1:22 pm
by benhank
Is there any documentation that shows how to configure avamar to back up the nagios backup folders?
also since my nagvis folders aren't in the actual nagios folder, how would I get the backup scrip to include it?
Re: nagios and avamar
Posted: Mon Sep 24, 2012 1:43 pm
by scottwilkerson
I'm not familiar with avamar but you would set it up the same way you would backup anything else on a Linux system...
The important folders/files to consider backing up are
Code: Select all
/store/backups/*
/usr/local/nagiosxi/nom/checkpoints/*
/usr/local/nagvis/*
/etc/mrtg/mrtg.cfg
/var/lib/mrtg/*
Re: nagios and avamar
Posted: Mon Sep 24, 2012 1:52 pm
by benhank
Thanks! and another topoic bites the dust!
Re: nagios and avamar
Posted: Thu Oct 04, 2012 3:51 pm
by benhank
Nagios has an auto back up that runs everyday, It does it without having to shutdown the services and stuff. When I look at the file that results from running:
Code: Select all
/usr/local/nagiosxi/scripts/backup_xi.sh
the file it creates is xyz.tar.gz, and induces the entire nagios directory structure. But the script that does the daily/weekly/ monthly backups creates files that are broken down to nagios's separate parts.
i am cofused about why the two scripts backup nagios differently, and why I can run one script with nagios running, and have to shut it down for another.
The restore process for the
Code: Select all
/usr/local/nagiosxi/scripts/backup_xi.sh
is so easy even I can do it.
But how do I restore files from the from the D,W,M backup?
If this next question is out of the scope of this support forum(and i think it is, but I am throwing my self on you folk's mercy), can someone help me rewrite both scrips or show me what to edit in the scripts so that they will include the folders listed above and then push the files to a remote server? again if that is going to far i understand.
Thanks in advance.