]> git.sesse.net Git - backup.sh/commitdiff
Remove the $backuplevel = incremental test; nothing ever sets that value.
authorSteinar H. Gunderson <sesse@samfundet.no>
Sat, 4 Oct 2014 21:30:49 +0000 (23:30 +0200)
committerSteinar H. Gunderson <sesse@samfundet.no>
Sat, 4 Oct 2014 21:30:49 +0000 (23:30 +0200)
backup.sh

index a6ebadee9fb63c7ffda8c00b1d83946ded76949f..1c188b2dc8441f575d692c2970b187521aee1281 100755 (executable)
--- 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'"