summaryrefslogtreecommitdiff
path: root/etc/cron.d
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2016-10-31 11:10:10 -0400
committerB Stack <bgstack15@gmail.com>2016-10-31 11:10:10 -0400
commit9898a8210813f468fb31b2c114dd8d5553fee5ba (patch)
treeb704fbea6d6b83d299f1be2fb7e06d5c7b978c95 /etc/cron.d
downloadmirror-9898a8210813f468fb31b2c114dd8d5553fee5ba.tar.gz
mirror-9898a8210813f468fb31b2c114dd8d5553fee5ba.tar.bz2
mirror-9898a8210813f468fb31b2c114dd8d5553fee5ba.zip
Initial commit
Diffstat (limited to 'etc/cron.d')
-rw-r--r--etc/cron.d/mirror.cron4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/cron.d/mirror.cron b/etc/cron.d/mirror.cron
new file mode 100644
index 0000000..63d22ac
--- /dev/null
+++ b/etc/cron.d/mirror.cron
@@ -0,0 +1,4 @@
+# File: /etc/cron.d/mirror.cron
+# Package: mirror
+# Purpose: Run mirror right after work hours each day
+05 17 * * * root /etc/mirror/mirror-master.sh
bgstack15