diff options
Diffstat (limited to 'etc/cron.d/mirror.cron')
-rw-r--r-- | etc/cron.d/mirror.cron | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/cron.d/mirror.cron b/etc/cron.d/mirror.cron index 52563b8..67260a3 100644 --- a/etc/cron.d/mirror.cron +++ b/etc/cron.d/mirror.cron @@ -1,4 +1,6 @@ # File: /etc/cron.d/mirror.cron # Package: mirror -# Purpose: Run mirror right after work hours each day -05 17 * * * root /usr/share/mirror/mirror-master.sh +# Purpose: Run mirror during work hours but overnight on weekends. +00 8 * * 1-5 root /usr/share/mirror/mirror-master.sh 1>/dev/null 2>&1 +00 1 * * 0,6 root /usr/share/mirror/mirror-master.sh 1>/dev/null 2>&1 + |