From b461c7e7165cf9e403a4d0dbeba79dfa0bbc968d Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 29 Aug 2012 18:17:12 +0200 Subject: [PATCH] bin/srsync-incremental: Use --itemize-changes. --- bin/srsync-incremental | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/srsync-incremental b/bin/srsync-incremental index a76bf72..62ab0d6 100755 --- a/bin/srsync-incremental +++ b/bin/srsync-incremental @@ -45,7 +45,7 @@ fi mkdir current rsync \ - --verbose --human-readable \ + --verbose --itemize-changes --human-readable \ --archive --hard-links --numeric-ids --one-file-system \ --link-dest="$dest" \ "$@" current \ -- 2.44.2