]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Fix problem with tmpfs cronjob that caused it to execute every minute between 5 and...
authorMarcus Scholz <commander1024@ipfire.org>
Thu, 8 Oct 2009 08:22:57 +0000 (10:22 +0200)
committerMarcus Scholz <commander1024@ipfire.org>
Thu, 8 Oct 2009 08:22:57 +0000 (10:22 +0200)
config/cron/crontab

index 82d2e078fcde513d69bb4aa126fd0d1c486d2fdb..26bd99f8a454260243dd568134dbd239d5a08ae9 100644 (file)
@@ -22,7 +22,7 @@ HOME=/
 
 # Make some nice graphs
 */5 * * * *    /usr/local/bin/makegraphs >/dev/null
 
 # Make some nice graphs
 */5 * * * *    /usr/local/bin/makegraphs >/dev/null
-* 05 * * *     /etc/init.d/tmpfs backup >/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