implement docker remote and local cron job

This commit is contained in:
2024-12-05 15:08:38 -06:00
parent 1f6247d3d3
commit 37cfee3c31
7 changed files with 70 additions and 7 deletions

View File

@@ -1 +1,3 @@
0 2 * * * root /usr/local/bin/backup_script.sh -l true >> /var/log/cron.log 2>&1
SHELL=/bin/bash
BASH_ENV=/etc/environment
00 13 * * * /usr/local/bin/backup_script.sh -l true >> /var/log/cron.log 2>&1