From 600b56b31626cfdb49d7e2ec7b3f03fb5847f493 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 12 Mar 2008 16:51:13 -0700 Subject: [PATCH] Clarify that the change/checksum itemize flag can be missing when talking to older rsync versions. --- rsync.yo | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rsync.yo b/rsync.yo index 9c3e1d9d..82b0fffb 100644 --- a/rsync.yo +++ b/rsync.yo @@ -1677,6 +1677,8 @@ quote(itemization( it() A bf(c) means either that a regular file has a different checksum (requires bf(--checksum)) or that a symlink, device, or special file has a changed value. + Note that if you are sending files to an rsync prior to 3.0.1, this + change flag will be present for checksum-differing regular files. it() A bf(s) means the size of the file is different and will be updated by the file transfer. it() A bf(t) means the modification time is different and is being updated -- 2.34.1