X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fscripts.git;a=blobdiff_plain;f=hetzner%2Fhetznerbackupv2.sh;h=2db8f9283ddb2e35f0a1ead24972ff82130723aa;hp=294d4cffab4cd2b5c12d04bc6eab14ab73722307;hb=0fc442bb050f658014a3403462be565d7bdcadfd;hpb=91552889ee8657d2f661100871f85468e08760bb 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