]> git.sven.stormbind.net Git - sven/scripts.git/commitdiff
two more echos where the output belongs into the sessionlog
authorSven Hoexter <sven@timegate.de>
Fri, 18 Feb 2011 16:22:36 +0000 (17:22 +0100)
committerSven Hoexter <sven@timegate.de>
Fri, 18 Feb 2011 16:22:36 +0000 (17:22 +0100)
hetzner/hetznerbackupv2.sh

index 294d4cffab4cd2b5c12d04bc6eab14ab73722307..2db8f9283ddb2e35f0a1ead24972ff82130723aa 100755 (executable)
@@ -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