I tried debuging it with: php /usr/local/ispconfig/server/cron_debug.php --cronjob=500-backup.inc.php Code: root@ispconfig:/var/log/ispconfig# php /usr/local/ispconfig/server/cron_debug.php --cronjob=500-backup.inc.php finished. root@ispconfig:/var/log/ispconfig# But I see no lines are added to /var/log/ispconfig/cron.log nor /var/log/ispconfig/ispconfig.log How can I debug it? Why there is no error?
After I edited, 500-backup.inc.php , to see what it does, I discover that I must set the backup interval to daily to force a backup using that command line Now I get: root@ispconfig:/var/backup/web2# php /usr/local/ispconfig/server/cron_debug.php --cronjob=500-backup.inc.php tar: ./dev/log: socket ignored It works, but why I get that tar error/warning?
That's ok as it is a socket which can not be backed up in a tar archive, as the tar output mentioned, it is just ignored and not an error.