X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=machine_specific%2Ftreetowl%2Ffilesystem%2Fetc%2Fcron.d%2Ftreetowl;h=24f8c2cad00d7ac2e9a2125cd8903555fdc5cdb5;hb=bb607af2511b613bda78a43d8463ab24bc814720;hp=b52070de8eeeb84f0167e93fe8e83c8fd2ba6660;hpb=c1380ecb6d9f7206fcb88fc01d584143146c6a1e;p=distro-setup diff --git a/machine_specific/treetowl/filesystem/etc/cron.d/treetowl b/machine_specific/treetowl/filesystem/etc/cron.d/treetowl index b52070d..24f8c2c 100755 --- a/machine_specific/treetowl/filesystem/etc/cron.d/treetowl +++ b/machine_specific/treetowl/filesystem/etc/cron.d/treetowl @@ -5,9 +5,9 @@ # runs every 10 minutes, every day 4 am, every sunday at 3 am # stored for 3 days, 2 months, and unlimited respectively SHELL=/bin/bash -0 4 * * * ian x=$(/a/exe/logq /a/bin/small-backup --retry daily 2M); [[ $? != 0 ]] && echo "$x" +0 4 * * * ian x=$(/usr/local/bin/logq /a/bin/small-backup/small-backup --retry daily 2M); [[ $? != 0 ]] && echo "$x" 0 3 * * sun ian echo weekly backup results:; /a/bin/small-backup --retry weekly -batch -prefer ~/.mpv -silent 2>&1 | /usr/local/bin/log-once unison-mpv */5 * * * * ian /a/bin/distro-setup/dynamic-ip-update.sh 2>&1 | /usr/local/bin/log-once -15 -*/10 * * * * ian /a/bin/small-backup 10minutes 3D 2>&1 | /usr/local/bin/log-once small-backup-10min +*/10 * * * * ian /a/exe/small-backup 10minutes 3D 2>&1 | /usr/local/bin/log-once small-backup-10min # put things we don't want to send mail about below this: # MAILTO=""