XI local back up appears to be going insane

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: XI local back up appears to be going insane

Post by ssax »

Are we ok to mark this as resolved and lock the topic?
JakeHatMacys
Posts: 281
Joined: Thu Sep 25, 2014 3:21 pm

Re: XI local back up appears to be going insane

Post by JakeHatMacys »

ssax wrote:Are we ok to mark this as resolved and lock the topic?
Yes, but I'd like to know if there's a way to change the local file location without this happening. Or do I just need to manually move going forward?
cmerchant
Posts: 546
Joined: Wed Sep 24, 2014 11:19 am

Re: XI local back up appears to be going insane

Post by cmerchant »

When you changed the local backups location in the GUI, you still have/had backup files located in /usr/local/nagios/var/backups and they (the backups from that location are going to be included going forward in your new location (outside of the /usr/local/nagios* directories).

If you wish, you can move the inflated backups back into the directory that you now store your local backups.

Code: Select all

mv -v /usr/local/nagios/var/backups/* /store/backups/nagiosxi/
(the originally suggestion I had was to just remove the bad backups).

Confusing, I had another forum thread yesterday that was related to changing the local backup settings:

http://support.nagios.com/forum/viewtop ... 16&t=31955
Locked