]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/cron/crontab
Fix problem with tmpfs cronjob that caused it to execute every minute between 5 and...
[people/pmueller/ipfire-2.x.git] / config / cron / crontab
index ff1542357530a709d4d230ef8773f9afed8c1fc8..26bd99f8a454260243dd568134dbd239d5a08ae9 100644 (file)
@@ -20,13 +20,9 @@ HOME=/
 # Set time
 */5 * * * *    /usr/local/bin/timecheck > /dev/null 2>&1
 
 # Set time
 */5 * * * *    /usr/local/bin/timecheck > /dev/null 2>&1
 
-# Summarize ip accounting info:
-2 1 * * *      /usr/sbin/ipacsum -r -H `/bin/hostname` -t "the day 2 days ago" >/dev/null
-3 1 * * 0      /usr/sbin/ipacsum -r -H `/bin/hostname` -t "the week 4 weeks ago" >/dev/null
-4 1 1 2 *      /usr/sbin/ipacsum -r -H `/bin/hostname` -t "the year 2 years ago" >/dev/null
-
 # Make some nice graphs
 */5 * * * *    /usr/local/bin/makegraphs >/dev/null
 # Make some nice graphs
 */5 * * * *    /usr/local/bin/makegraphs >/dev/null
+17 05 * * *    /etc/init.d/tmpfs backup >/dev/null
 
 # Force update the dynamic dns registration once a week
 # Force update even if IP has not changed once a month if 'minimize update' selected in GUI
 
 # Force update the dynamic dns registration once a week
 # Force update even if IP has not changed once a month if 'minimize update' selected in GUI
@@ -41,7 +37,7 @@ HOME=/
                find /var/log/logwatch/ -ctime +${LOGWATCH_KEEP=56} -exec rm -f '{}' ';'
 
 # hddshutdown
                find /var/log/logwatch/ -ctime +${LOGWATCH_KEEP=56} -exec rm -f '{}' ';'
 
 # hddshutdown
-02 * * * *     /usr/local/bin/hddshutdown >/dev/null
+*/30 * * * *   /usr/local/bin/hddshutdown >/dev/null
 
 # connection-scheduler
 */5 * * * *    /usr/local/bin/connscheduler timer > /dev/null
 
 # connection-scheduler
 */5 * * * *    /usr/local/bin/connscheduler timer > /dev/null