Got a line in my crontab file reading like this: 05 02 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/backup.php &> /dev/null is it to backup all ISPConfig data and if so, where does the backed up data end up?
This creates a backup of the website data only and it is put in the backup directory of each website.
How is it possible to modify the script to make the backup for all sites to one directory? I will explain better. Is it possible to use the file that is used @ ISPConfig->Tools->Backup Manager-> Backup To backup all websites, all databases and logs and to have it saved into a zip file in /root/backup? If yes can you please tell me how?