From: Steinar H. Gunderson Date: Sat, 4 Oct 2014 21:30:49 +0000 (+0200) Subject: Remove the $backuplevel = incremental test; nothing ever sets that value. X-Git-Url: https://git.sesse.net/?p=backup.sh;a=commitdiff_plain;h=a886ec4506ccd6939637e0412b0b053efb666418 Remove the $backuplevel = incremental test; nothing ever sets that value. --- 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'"