Page 1 of 1

System Backup

Posted: Wed Jan 17, 2018 10:29 pm
by judge01
We would like to change the destination of the system backup. we have already changed the destination on the script but and the backup completed when running it. the problem is that it wont display on the UI as the destination is still looking at the old destination folder (/store/backups/nagiosna)


How do we change it to point to the new backup folder?

Re: System Backup

Posted: Thu Jan 18, 2018 4:09 pm
by npolovenko
Hello, @judge01. We don't generally support modifications so you're doing this at your own risk :)
You need to change all backup paths in this script:

Code: Select all

/var/www/html/nagiosna/application/controllers/admin.php
And if you want to chnage the sentence "Backups are stored in..." you need to change it in this file:

Code: Select all

/var/www/html/nagiosna/application/language/english/main_lang.php
Let me know if you have other questions!