Nagios XI SQL back ups taking up gigs of data
Posted: Wed Jun 24, 2015 1:19 pm
I've got Daily SQL back ups taking up a ton of space on '/' directory and we'd like to move them to a Network mount we put on the server...
Not seeing anyway to do this in the UI and googling gave me too much back up and restore articles to find anything useful. Is there an easy way to move the daily, monthly & weekly SQL back ups to this different mount???
I'd like to have these moved to:
/nagios_backups/MySQL/daily etc
Going forward instead of where they are currently:
/store/backups/MySQL/daily etc
Not seeing anyway to do this in the UI and googling gave me too much back up and restore articles to find anything useful. Is there an easy way to move the daily, monthly & weekly SQL back ups to this different mount???
Code: Select all
$ du -csh daily
4.6G daily
4.6G total
$ cd daily
$ ls
mysql nagios nagiosql test
$ cd nagios
$ ls
nagios_2015-06-14_07h00m.Sunday.sql nagios_2015-06-19_07h00m.Friday.sql.gz
nagios_2015-06-15_07h00m.Monday.sql nagios_2015-06-21_07h00m.Sunday.sql.gz
nagios_2015-06-16_07h00m.Tuesday.sql nagios_2015-06-22_07h00m.Monday.sql.gz
nagios_2015-06-17_07h00m.Wednesday.sql nagios_2015-06-23_07h00m.Tuesday.sql.gz
nagios_2015-06-18_07h00m.Thursday.sql.gz nagios_2015-06-24_07h00m.Wednesday.sql.gz/nagios_backups/MySQL/daily etc
Going forward instead of where they are currently:
/store/backups/MySQL/daily etc