Quote:
|
I got a short question. I am running ISPConfig on my Server, now I want a backup generated every day of all the web, user and mysql data on the server, just like you can generate it by using tools - backup manager - backup in the ispconfig config menu. How can I do that?
|
You can not do it with this tool as it requires that you are logged into the interface.
For such a automatic backup, you will either have to use the cron backup function which can be activated in /home/admispconfig/ispconfig/lib/config.inc.php, this function creates a backup of every site in the "backup" directory of the site every night. Or you will have to write your own backup script.