]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/cron/crontab
pakfire: Move cronjob from fixed time to random time in the night.
[ipfire-2.x.git] / config / cron / crontab
index 2d7552bedb789ace250c1f6dad3f3d4a1622861d..7fa37ea8b138df3c71564d205557e18b9cdca2cc 100644 (file)
@@ -22,7 +22,7 @@ HOME=/
 
 # Make some nice graphs
 */5 * * * *    /usr/local/bin/makegraphs >/dev/null
-* 05 * * *     /etc/init.d/collectd backup >/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
@@ -52,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