X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fcron.d%2Fbackupninja;h=0e9fd589b0e23cbed7acc85ca4010bcb055c6444;hb=f8d47220c10029bd7429f797144f70ec407d8006;hp=e7dde82d75334e772fa7a538842e9a4338186b3d;hpb=debc2bd7348f0738f332568d6ea0deda2fff5a01;p=matthijs%2Fupstream%2Fbackupninja-vserver.git diff --git a/etc/cron.d/backupninja b/etc/cron.d/backupninja index e7dde82..0e9fd58 100644 --- a/etc/cron.d/backupninja +++ b/etc/cron.d/backupninja @@ -1,2 +1,2 @@ -# cron job for backupninja (once a day) -00 01 * * * root if [ -x /usr/sbin/backupninja -a -f /etc/backupninja.conf ]; then /usr/sbin/backupninja; fi +# cron job for backupninja (every hour, on the hour) +00 * * * * root if [ -x /usr/sbin/backupninja -a -f /etc/backupninja.conf ]; then /usr/sbin/backupninja; fi