From: Will Budic Date: Thu, 6 Jun 2024 06:18:24 +0000 (-0500) Subject: Mine crontab system setup. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=c940fa099c0a0b5bf317c9b29cb2a70d10367baa;p=wb-shell-scripts.git Mine crontab system setup. --- 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 +