]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/cron/crontab
fcron: disable mails.
[people/pmueller/ipfire-2.x.git] / config / cron / crontab
index 0fa7ebcc2b6313705e19d50c677b01e1408db556..5cca1facc4601655514392f04f2907c93e535a27 100644 (file)
@@ -3,7 +3,7 @@
 #
 SHELL=/bin/bash
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
-MAILTO=root
+MAILTO=
 HOME=/
 
 # Do all jobs in this directories
@@ -22,6 +22,7 @@ HOME=/
 
 # Make some nice graphs
 */5 * * * *    /usr/local/bin/makegraphs >/dev/null
+17 5 * * *     /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
@@ -36,7 +37,7 @@ HOME=/
                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
@@ -51,3 +52,9 @@ HOME=/
 
 # Reset Dialup Statistics
 &bootrun 0 0 1 * *     /usr/local/bin/dialctrl.pl reset
+
+# fireinfo
+%nightly,random * 23-4 /usr/bin/sendprofile >/dev/null 2>&1
+
+# pakfire
+%nightly,random * 23-4 /usr/local/bin/pakfire update >/dev/null 2>&1