From 56b3b7fbf30ee44d019e6a45df6cc23c003e4f9f Mon Sep 17 00:00:00 2001 From: xor Date: Sun, 4 Oct 2015 23:27:50 +0200 Subject: [PATCH] most best at the moment. .. but without echo --- hashboot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hashboot b/hashboot index a8c9480..245df30 100755 --- a/hashboot +++ b/hashboot @@ -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