]> lifelog.hopto.org Git - wb-shell-scripts.git/commitdiff
Mine crontab system setup.
authorWill Budic <redacted>
Thu, 6 Jun 2024 06:18:24 +0000 (01:18 -0500)
committerWill Budic <redacted>
Thu, 6 Jun 2024 06:18:24 +0000 (01:18 -0500)
crontab.lst [new file with mode: 0644]

diff --git a/crontab.lst b/crontab.lst
new file mode 100644 (file)
index 0000000..fd99088
--- /dev/null
@@ -0,0 +1,9 @@
+# m h  dom mon dow   command
+0 */3 * * * bash ~/cron_bitcoin.sh >> ~/cron.log 2>&1
+1 */4 * * * bash ~/cron_weather.sh >> ~/cron.log 2>&1
+3 */6 * * * bash ~/cron_exchange_rate.sh >> ~/cron.log 2>&1
+4 */4 * * * bash ~/cron_log_maintainer.sh > /dev/null 2>&1
+7 */8 * * * bash ~/cron_postgreSQL_backup.sh >> ~/cron.log 2>&1
+9 */8 * * * bash ~/cron_backup_nuc_to_local.sh >> ~/cron.log 2>&1
+0 8 * * 0 bash ~/cron_backup_to_nuc.sh >> ~/cron.log 2>&1
+