From 72d226aa86d0665e4072239add0b225844dc1e92 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 22 Oct 2016 20:11:39 +0200 Subject: backupStatistics stage 5 zeigt nun immer an, was es tut --- backupStatistics.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/backupStatistics.in b/backupStatistics.in index c9123ec..38bee6b 100644 --- a/backupStatistics.in +++ b/backupStatistics.in @@ -111,11 +111,10 @@ do_stage() then diff "${original}" "${kopie}" fi - if ${dummy} + echo "rm \"${kopie}\"" + echo "ln \"${original}\" \"${kopie}\"" + if ! ${dummy} then - echo "rm \"${kopie}\"" - echo "ln \"${original}\" \"${kopie}\"" - else rm "${kopie}" ln "${original}" "${kopie}" fi -- cgit v1.2.3-54-g00ecf