From f1cb876f859cb98f3debed302e24c25b09c4cbf5 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 22 Oct 2016 19:24:33 +0200 Subject: backupStatistics checks if files to hardlink differ --- backupStatistics.in | 1 + 1 file changed, 1 insertion(+) diff --git a/backupStatistics.in b/backupStatistics.in index 01e752c..c68d071 100644 --- a/backupStatistics.in +++ b/backupStatistics.in @@ -103,6 +103,7 @@ do_stage() grep "^${kopieInode} " "${cacheDir}/${backupID}.inodes.sorted" | \ sed 's|^\S\+ ||' )" + diff "${original}" "${kopie}" if ${dummy} then echo "rm \"${kopie}\"" -- cgit v1.2.3-54-g00ecf