mirror/routing/csc-mirror

23 lines
791 B
Plaintext
Raw Normal View History

2010-03-07 20:12:29 -05:00
# /etc/cron.d/csc-mirror: mirror cron jobs
# m h dom mon dow user command
# update orion routes
30 5 * * * root /usr/local/sbin/update-orion-routes
2010-03-07 12:21:40 -05:00
# make torrents
2010-03-07 20:12:29 -05:00
*/10 * * * * mirror /home/mirror/bin/make-torrents > /dev/null 2> /dev/null
2010-03-07 12:21:40 -05:00
2010-03-07 20:12:29 -05:00
# The rsync cron jobs are now run by a small script a2brenna wrote
2010-03-07 12:21:40 -05:00
# that works a bit more intelligently than cron. For one thing, it
# won't kick off a sync when one's already running. Please see
# ~mirror/merlin.
# -- mspang
# regenerate mirror index at 5:40 am on 14th & 28th of every month
# feel free to run this manually if you've added or removed an
# archive or some such thing
#
# Documented here: http://wiki.csclub.uwaterloo.ca/Mirror#Index
2010-03-07 20:12:29 -05:00
40 5 */14 * * mirror cd /home/mirror/mirror-index && /home/mirror/mirror-index/make-index.py