X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=machine_specific%2Ftreetowl%2Ffilesystem%2Fetc%2Fcron.d%2Ftreetowl;h=485813f047d6933f1ee300ec338f830668a91e52;hb=eb9b839bb5a91c60cc4f6eb9d7e38ffbf73f0e90;hp=fabb24cd026483577c1834370243302912852508;hpb=6c41878284a2347515e54a61b5aa650f130b0a81;p=distro-setup diff --git a/machine_specific/treetowl/filesystem/etc/cron.d/treetowl b/machine_specific/treetowl/filesystem/etc/cron.d/treetowl index fabb24c..485813f 100755 --- a/machine_specific/treetowl/filesystem/etc/cron.d/treetowl +++ b/machine_specific/treetowl/filesystem/etc/cron.d/treetowl @@ -1,10 +1,13 @@ +# disabled for various reasons +# */5 * * * * /a/bin/offlineimap_cronjob +# */1 * * * * unison ~/.mpv ssh://htpc/.mpv +# small-backpup: # runs every 10 minutes, every day 4 am, every sunday at 3 am # stored for 3 days, 2 months, and unlimited respectively -#0 4 * * * x=$(/a/bin/small-backup --retry daily 2M 2>&1); [[ $? != 0 ]] && echo "$x" -#0 3 * * sun echo weekly backup results:; /a/bin/small-backup --retry weekly -#*/5 * * * * /a/bin/offlineimap_cronjob -#*/1 * * * * . /a/bin/log-quiet/log-once-function; unison ~/.mpv ssh://htpc/.mpv -batch -prefer ~/.mpv -silent 2>&1 | log-once unison-mpv -*/5 * * * * . /a/bin/dynamic-ip-update.sh -MAILTO="" -*/10 * * * * /a/bin/small-backup 10minutes 3D -*/10 * * * * /home/ian/.ssh/* /root/.ssh +SHELL=/bin/bash +0 4 * * * ian x=$(/usr/local/bin/logq /a/exe/small-backup --retry daily 2M); [[ $? != 0 ]] && echo "$x" +0 3 * * sun ian echo weekly backup results:; /a/exe/small-backup --retry weekly +*/5 * * * * ian /a/bin/distro-setup/dynamic-ip-update.sh 2>&1 | /usr/local/bin/log-once -15 +*/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=""