From 9a2bf9afe88a5cc238e2c39eb9786a144485ed34 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 8 Oct 2022 15:49:25 -0500 Subject: [PATCH] Update pibackup.sh --- pibackup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"