Goodmorning, We have a multi server setup, and the weekly backup on one of the host doesn't run anymore. the only backup function that is working is the daily backup. also the backups wont be created on a subfolder in the directory mount, but in the root. i've just enable debug mode and the following error showing up: remove lock : "/usr/local/ispconfig/server/temp/.ispconfig_lock" anyone who knows the fix these issues so that the weekly backups are running correctly and to be placed in the correct folder. system info : - ISPCONFIG 3.1.6 - Linux Debian Stretch
The backup job is not run by server.sh, it is run by cron.sh, so you can't debug it by running server.sh. There is a script to debug cron plugins like the backup plugin. The script is called cron_debug.php and it is in the server folder, it contains some instructions inside.
hi Till, thanks for your answer, it is strange that there is nothing changed and the backups wont run anymore. only the daily backups will run. inside the script i cant see where the log will be written.