most best at the moment. .. but without echo

pull/1/head
xor 2015-10-04 23:27:50 +02:00
parent 21813e06f0
commit 56b3b7fbf3
1 changed files with 2 additions and 2 deletions

View File

@ -137,11 +137,11 @@ then
for file in $(diff ${DIGEST_FILE} ${DIGEST_FILE_TMP} | grep -v '#hashboot' | grep '<' | cut -d'*' -f2 | sed 's/\ /\\ /g' );
do
#lösche_aus_tar
echo tar --delete -v -f $BACKUP_FILE $file
tar --delete -v -f $BACKUP_FILE $file
done
for file in $(diff ${DIGEST_FILE} ${DIGEST_FILE_TMP} | grep -v '#hashboot' | grep '>' | cut -d'*' -f2 | sed 's/\ /\\ /g' );
do
echo tar -r -v -f $BACKUP_FILE $file
tar -r -v -f $BACKUP_FILE $file
done
fi
else