]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Added "SORTED TRANSFER ORDER" manpage section.
authorWayne Davison <wayned@samba.org>
Tue, 13 Sep 2011 22:58:25 +0000 (15:58 -0700)
committerWayne Davison <wayned@samba.org>
Tue, 13 Sep 2011 23:04:21 +0000 (16:04 -0700)
rsync.yo

index 0670af5ef7a1aeb74767ce94f4ee85b58c099283..3c0bfc00fb4c6fbd7932b0b04bc6920733c65c71 100644 (file)
--- a/rsync.yo
+++ b/rsync.yo
@@ -281,6 +281,19 @@ daemon (including stand-alone and inetd configurations).
 If you're using one of the remote-shell transports for the transfer, there is
 no need to manually start an rsync daemon.
 
+manpagesection(SORTED TRANSFER ORDER)
+
+Rsync always sorts the specified filenames into its internal transfer list.
+This handles the merging together of the contents of identically named
+directories, makes it easy to remove duplicate filenames, and may confuse
+someone when the files are transferred in a different order than what was
+given on the command-line.
+
+If you need a particular file to be transferred prior to another, either
+separate the files into different rsync calls, or consider using
+bf(--delay-updates) (which doesn't affect the sorted transfer order, but
+does make the final file-updating phase happen much more rapidly).
+
 manpagesection(EXAMPLES)
 
 Here are some examples of how I use rsync.