From a886ec4506ccd6939637e0412b0b053efb666418 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 4 Oct 2014 23:30:49 +0200 Subject: [PATCH] Remove the $backuplevel = incremental test; nothing ever sets that value. --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index a6ebade..1c188b2 100755 --- a/backup.sh +++ b/backup.sh @@ -77,7 +77,7 @@ backup() echo -n `date` >&2 printf " $computer: $computer:$filesystem $backuplevel backup\n" >&2 - if [ "$backuplevel" = "daglig" ] || [ "$backuplevel" = "incremental" ] + if [ "$backuplevel" = "daglig" ] then lastd=`cat ../.date` lastcmd="--newer='$lastd'" -- 2.39.2