From 539fd1471907422d81626260ea4f1e23e4d398a4 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 19 Feb 2009 12:23:29 -0500 Subject: move the branches directories up to the root of the repository --- etc/cron.d/backupninja.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 etc/cron.d/backupninja.in (limited to 'etc/cron.d/backupninja.in') diff --git a/etc/cron.d/backupninja.in b/etc/cron.d/backupninja.in new file mode 100644 index 0000000..5ee1b81 --- /dev/null +++ b/etc/cron.d/backupninja.in @@ -0,0 +1,6 @@ +# /etc/cron.d/backupninja -- cron tab entry for package backupninja + +PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin + +# run backupninja every hour on the hour +0 * * * * root if [ -x @sbindir@/backupninja ]; then @sbindir@/backupninja; fi -- cgit v1.2.3