Need the standard Cronjobs!

Discussion in 'Installation/Configuration' started by jdc32, Jan 20, 2007.

  1. jdc32

    jdc32 New Member

    hi there,

    i have deleted my standard root crontab!!! :(

    can anybody post here the normal root cronjobs for ispconfig, please

    im use debian 3.1...

    thanks so far,....

    jdc
     
  2. martinfst

    martinfst Member Moderator

    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
    00 04 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/webalizer.php &> /dev/null
    00,30 * * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/check_services.php &> /dev/null
    15 03,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
    
    Only slightly beatified.
     
  3. jdc32

    jdc32 New Member

    wow, thanks,... that was really fast ;)
     

Share This Page