Page 2 of 2

Re: out of space!

Posted: Thu Aug 07, 2014 10:36 am
by devildog31415
I had 57 folders in that directory. Shouldn't there be only one folder/directory per daily backup? If so, then 57 folders clearly violates the only keep 7 setting in my screenshot.
Otherwise, I'm still not catching on.

Re: out of space!

Posted: Thu Aug 07, 2014 10:46 am
by abrist
So you have 57 folders in /store/backups/nagiosxi/ ? Or in the nom directory?

Re: out of space!

Posted: Thu Aug 07, 2014 10:56 am
by devildog31415
I had 57 folders in:
/store/backups/nagiosxi

I already deleted them (so I could be wrong on number it was well over 40 and less than 60). before I ran the command to get rid of old directories:

Code: Select all

 find /store/backups/nagiosxi/ -type d -mtime +4 -exec rm -rf "{}" \;

Re: out of space!

Posted: Thu Aug 07, 2014 11:19 am
by abrist
Many of those could have been hold overs from be fore the upgrade. The scheduled backup component does not remove any of the preexisting directories.

Re: out of space!

Posted: Thu Aug 07, 2014 11:23 am
by devildog31415
Will monitor moving forward. Please close this thread and I will review the folder in 4 more days to see if an 8th/9th day directory does NOT remove and can start a new thread.

Thank you

Re: out of space!

Posted: Thu Aug 07, 2014 11:24 am
by abrist
Fantastic, cheers.