Restart daily server backup job

Discussion in 'ISPConfig 3 Priority Support' started by cmks, Apr 21, 2025.

Tags:
  1. cmks

    cmks Member HowtoForge Supporter

    Hi and happy easter!

    The time of daily server backup was configured for 04:15 in IPSConfig admin console and that backup was done.
    I deleted the backup and changes the time to a time in future today ans expected, that a new backup will be created.
    But the backup job doesn't starts - I guess there may be a reminder anywhere that the daily job already was started today?
    How can I force the cron backup job run again?
    I know, I may start a manual backup per website - that is not what I want. I need the nightly backup job to run supervised.
    Regard
    cmks
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You can run the website backups like this:

    Code:
    cd /usr/local/ispconfig/server/
    php cron_debug.php --cronjob=500-backup.inc.php
    
     
    cmks likes this.

Share This Page