-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcrontab.cron
25 lines (21 loc) · 1.06 KB
/
crontab.cron
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
SAO
# this machine is on PST8PDT
# UTC would have been a better choice!
# PST
3 5,11,17,23 * * * bin/mycron lindahl "GFS download" "bash ~/github/eht-met-forecast/weatherwrapper.sh"
# PDT
#3 0,6,12,18 * * * bin/mycron lindahl "GFS download" "bash ~/github/eht-met-forecast/weatherwrapper.sh"
# UTC
#3 1,7,13,19 * * * bin/mycron lindahl "GFS download" "bash ~/github/eht-met-forecast/weatherwrapper.sh"
# "chronic" is in a package named "moreutils"
# newer chronic versions have -ve flags, consider using them
# PST
7 4,16 * * * chronic bash ~/github/eht-met-forecast/eurodownload.sh
17 11,23 * * * chronic bash ~/github/eht-met-forecast/eurodownload.sh
# PDT
#7 5,17 * * * bin/mycron lindahl "Euro download" "bash ~/github/eht-met-forecast/eurodownload.sh"
#17 0,12 * * * bin/mycron lindahl "Euro download" "bash ~/github/eht-met-forecast/eurodownload.sh"
# UTC
#7 0,12 * * * bin/mycron lindahl "Euro download" "bash ~/github/eht-met-forecast/eurodownload.sh"
#17 7,19 * * * bin/mycron lindahl "Euro download" "bash ~/github/eht-met-forecast/eurodownload.sh"