]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
bin/srsync-incremental: Use --itemize-changes.
authorSimon Ruderich <simon@ruderich.org>
Wed, 29 Aug 2012 16:17:12 +0000 (18:17 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 29 Aug 2012 16:17:12 +0000 (18:17 +0200)
bin/srsync-incremental

index a76bf728ec76992f06b2576500ae61494ccda9d3..62ab0d6e76cf0b2f4ac065693e1d0bff666806eb 100755 (executable)
@@ -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 \