12 lines
708 B
Plaintext
12 lines
708 B
Plaintext
# Hermes crontab — managed entries
|
|
TZ=America/New_York
|
|
|
|
* * * * * /root/.hermes/scripts/dre-mail-poller.py
|
|
0 * * * * /root/.hermes/scripts/boys-mail-monitor.py collect 2>&1 | logger -t boys-mail-collect
|
|
0 19 * * * /root/.hermes/scripts/boys-mail-monitor.py summary 2>&1 | logger -t boys-mail-summary
|
|
0 8 * * * /root/shark-game/scraper/run.sh
|
|
*/15 * * * * /root/.hermes/scripts/shark-draft-reminder.sh 2>&1 | logger -t shark-draft-reminder
|
|
0 1 * * * /root/.hermes/scripts/hermes-backup.sh 2>&1 | logger -t hermes-full-backup
|
|
0 2 * * * /root/.hermes/scripts/backup-audit-check.sh 2>&1 | logger -t backup-audit
|
|
0 3 * * * /root/.hermes/scripts/root-essentials-backup.sh 2>&1 | logger -t root-essentials-backup
|