From a7bf628e6129254d0abb47e00fbb0df2d588cf34 Mon Sep 17 00:00:00 2001 From: Elijah Saxon Date: Sun, 26 Dec 2004 11:19:06 +0000 Subject: added scheduling (!) see readme. --- etc/cron.d/backupninja | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/cron.d') 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 -- cgit v1.2.3