Hi, Since yesterday's upgrade, automated backup were no more generated. Is that a desired behaviour ? I traced it to /home/admispconfig/ispconfig/lib/config.inc.php , where a setting was set to 0. Is that config file manually editable, or shall I change it from the web interface ? (I didn't found a checkbox corresponding to do_automated_backups) Thanks.
Does your root crontab contains this line? Code: 05 02 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/backup.php &> /dev/null (To check the root crontab, use the comand: "crontab -e" as root user). if yes, do you get any errors when you execute: /root/ispconfig/php/php /root/ispconfig/scripts/shell/backup.php It is editable. But there are no settings for the automated backup inside.