# 1. Entry: Minute when the process will be started [0-60]
# 2. Entry: Hour when the process will be started [0-23]
# 3. Entry: Day of the month when the process will be started [1-28/29/30/31]
# 4. Entry: Month of the year when the process will be started [1-12]
# 5. Entry: Weekday when the process will be started [0-6] [0 is Sunday]
# or [sun, mon, tue, wed, thu, fri, or sat]
#
# Create crontab using:
# echo "0 0 * * * cd /data/homes/freshness && sh hdx-data-freshness-docker/runapp.sh > cron.log 2>&1" | crontab -
0 1 * * * sh /data/freshness/stack/runfresh.sh > /data/freshness/log/cronfresh.log 2>&1
0 9 * * * sh /data/freshness/stack/runemail.sh > /data/freshness/log/cronemail.log 2>&1
0 10 * * * sh /data/freshness/stack/rundbbackup.sh > /data/freshness/log/crondbbackup.log 2>&1
