From: Sven Hoexter Date: Fri, 18 Feb 2011 16:22:36 +0000 (+0100) Subject: two more echos where the output belongs into the sessionlog X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fscripts.git;a=commitdiff_plain;h=0fc442bb050f658014a3403462be565d7bdcadfd two more echos where the output belongs into the sessionlog --- diff --git a/hetzner/hetznerbackupv2.sh b/hetzner/hetznerbackupv2.sh index 294d4cf..2db8f92 100755 --- a/hetzner/hetznerbackupv2.sh +++ b/hetzner/hetznerbackupv2.sh @@ -68,10 +68,10 @@ fi ### Set the duplicity backup mode we would like to use if [[ $(LANG=C; date +%A) =~ Sunday ]]; then - echo "Runing in full mode" + echo "Runing in full mode" >> $SESSIONLOG BMODE="full" else - echo "Runing in incr mode" + echo "Runing in incr mode" >> $SESSIONLOG BMODE="incr" fi