diff --git a/pibackup.sh b/pibackup.sh index 68ba229..82d5912 100755 --- a/pibackup.sh +++ b/pibackup.sh @@ -39,7 +39,7 @@ if [ "$1" != "update" ]; then for a in ${files[@]}; do if [ $i == $a ]; then keep=1;fi; done; - if [ $keep == 0 ]; then rm -rf ${BackupDir}/$i; fi; + #if [ $keep == 0 ]; then rm -rf ${BackupDir}/$i; fi; if [ $keep == 0 ]; then echo "REMOVE: ${BackupDir}/$i"