From 14cbb6453921546aadb2f8b830f1f401c590bc47 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 20 Jan 2006 18:52:52 +0000 Subject: [PATCH] Document the behavior of -ii. --- rsync.yo | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rsync.yo b/rsync.yo index e252280b..d06d87fc 100644 --- a/rsync.yo +++ b/rsync.yo @@ -1158,6 +1158,10 @@ ssh prefers non-blocking I/O.) dit(bf(-i, --itemize-changes)) Requests a simple itemized list of the changes that are being made to each file, including attribute changes. This is exactly the same as specifying bf(--log-format='%i %n%L'). +If you repeat the option, unchanged files will also be output, but only +if the receiving rsync is at least version 2.6.7 (you can use bf(-vv) +with older versions of rsync, but that also turns on the output of other +verbose messages). The "%i" escape has a cryptic output that is 9 letters long. The general format is like the string bf(UXcstpoga)), where bf(U) is replaced by the -- 2.34.1