root crontab empty after ISPConfig installation

Discussion in 'Installation/Configuration' started by DrJohn, May 7, 2010.

  1. DrJohn

    DrJohn Member

    I installed ISPConfig 2.2.35 on a virtual install of Karmic. Everything works fine except that no cron jobs were installed into root's crontab. Thus, none of the cron-scheduled scripts such as automated backups have run. I've enabled autobackups inside of /home/admispconfig/ispconfig/lib/config.inc.php.

    I need to install / restore the cron jobs into root's crontab. Is there a listing of these somewhere?

    Thanks!
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Code:
    30 00 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/logs.php &> /dev/null
    59 23 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/ftp_logs.php &> /dev/null
    59 23 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/mail_logs.php &> /dev/null
    59 23 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/cleanup.php &> /dev/null
    0 4 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/webalizer.php &> /dev/null
    0,30 * * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/check_services.php &> /dev/null
    15 3,15 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/quota_msg.php &> /dev/null
    40 00 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/traffic.php &> /dev/null
    05 02 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/backup.php &> /dev/null
     

Share This Page