Update pibackup.sh

This commit is contained in:
2022-10-08 15:49:25 -05:00
parent 5843536d8e
commit 9a2bf9afe8

View File

@@ -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"