-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcrontab_user.txt
More file actions
18 lines (18 loc) · 1.25 KB
/
crontab_user.txt
File metadata and controls
18 lines (18 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# (all times UTC)
# m h dom mon dow command
# -----------------------------------------------------------------------------
# Create new "ajt03" Garmin maps once a week of Great Britain and Ireland
# "ajt02" maps only run once a month at a different time so as not to collide.
# -----------------------------------------------------------------------------
06 14 * 3 * /usr/local/sbin/garmin_map_etrex_02.sh europe great-britain
06 05 * * 5 /home/ajtown/src/mkgmap_style_ajt/garmin_map_etrex_03.sh europe great-britain
06 05 * * 3 /home/ajtown/src/mkgmap_style_ajt/garmin_map_etrex_03.sh europe ireland-and-northern-ireland
#
# -----------------------------------------------------------------------------
# Investigate changes to tag usage and mail them out.
# -----------------------------------------------------------------------------
04 08 * * * /home/username/src/SomeoneElse-style/report_tag_usage_changes.sh someoneelse_style
06 08 * * * /home/username/src/SomeoneElse-style/report_tag_usage_changes.sh someoneelse_mkgmap_ajt02
08 08 * * * /home/username/src/SomeoneElse-style/report_tag_usage_changes.sh someoneelse_mkgmap_ajt03
10 08 * * * /home/username/src/SomeoneElse-style/report_tag_usage_changes.sh someoneelse_vector_sve01
#