From c940fa099c0a0b5bf317c9b29cb2a70d10367baa Mon Sep 17 00:00:00 2001 From: Will Budic Date: Thu, 6 Jun 2024 01:18:24 -0500 Subject: [PATCH] Mine crontab system setup. --- crontab.lst | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 crontab.lst diff --git a/crontab.lst b/crontab.lst new file mode 100644 index 0000000..fd99088 --- /dev/null +++ b/crontab.lst @@ -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 + -- 2.34.1