This commit is contained in:
xor 2015-10-04 22:43:47 +02:00
parent 1edc0e2f11
commit accfe2bda4
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ then
tar --delete -z -f -v $BACKUP_FILE $file
done
for file in $(diff ${DIGEST_FILE} ${DIGEST_FILE_TMP} | grep '>' | cut -d'*' -f2 | sed 's/\ /\\ /g' );
do
tar -r -z -f -v $BACKUP_FILE $file
done