aboutsummaryrefslogtreecommitdiff
path: root/etc/cron.d
diff options
context:
space:
mode:
Diffstat (limited to 'etc/cron.d')
-rw-r--r--etc/cron.d/rbup-storage1.cron3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/cron.d/rbup-storage1.cron b/etc/cron.d/rbup-storage1.cron
new file mode 100644
index 0000000..a7356c4
--- /dev/null
+++ b/etc/cron.d/rbup-storage1.cron
@@ -0,0 +1,3 @@
+# File: /etc/cron.d/rbup-storage1.cron
+# Package: rbup
+05 1 * * * root /usr/share/rbup/rbup.sh -c /etc/rbup/storage1.conf 1>dev/null 2>&1
bgstack15