From 33baa48d8a0bd6039e753273548b04f612a16b0a Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Thu, 4 May 2017 16:40:14 -0700 Subject: [PATCH] temporary commit of non-index while fixing whitespace --- machine_specific/treetowl/filesystem/etc/cron.d/treetowl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine_specific/treetowl/filesystem/etc/cron.d/treetowl b/machine_specific/treetowl/filesystem/etc/cron.d/treetowl index 47b75c0..cded96a 100755 --- a/machine_specific/treetowl/filesystem/etc/cron.d/treetowl +++ b/machine_specific/treetowl/filesystem/etc/cron.d/treetowl @@ -6,7 +6,7 @@ # stored for 3 days, 2 months, and unlimited respectively 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/bin/small-backup --retry weekly -batch -prefer ~/.mpv -silent 2>&1 | /usr/local/bin/log-once unison-mpv +0 3 * * sun ian echo weekly backup results:; /a/exe/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/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: -- 2.30.2