aboutsummaryrefslogtreecommitdiff
path: root/etc/cron.d
diff options
context:
space:
mode:
authorElijah Saxon <elijah@riseup.net>2004-12-09 04:37:12 +0000
committerElijah Saxon <elijah@riseup.net>2004-12-09 04:37:12 +0000
commitef78e14b29df0a9f010c3c2a07572bef5668d079 (patch)
tree4387d38537791ae7b3bc88e52995c35d17bcde7d /etc/cron.d
downloadbackupninja-ef78e14b29df0a9f010c3c2a07572bef5668d079.tar.gz
backupninja-ef78e14b29df0a9f010c3c2a07572bef5668d079.tar.bz2
moved all to trunk
Diffstat (limited to 'etc/cron.d')
-rw-r--r--etc/cron.d/backupninja2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/cron.d/backupninja b/etc/cron.d/backupninja
new file mode 100644
index 0000000..e7dde82
--- /dev/null
+++ b/etc/cron.d/backupninja
@@ -0,0 +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