X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/9639c7184225d4928b5908f59efb7f94fceb5402..14cbb6453921546aadb2f8b830f1f401c590bc47:/rsync.yo diff --git a/rsync.yo b/rsync.yo index 045f9696..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 @@ -1601,6 +1605,10 @@ itemize( (Remember that the algorithm is applied recursively so "full filename" can actually be any portion of a path from the starting directory on down.) + it() a trailing "dir_name/***" will match both the directory (as if + "dir_name/" had been specified) and all the files in the directory + (as if "dir_name/**" had been specified). (This behavior is new for + version 2.6.7.) ) Note that, when using the bf(--recursive) (bf(-r)) option (which is implied by