From: Wayne Davison Date: Mon, 3 Mar 2008 15:16:38 +0000 (-0800) Subject: Fixed a thinko and a typo in the --append option. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/3bc207b9dd74e1bbe1df75fc1f00b91fea6e5dfc Fixed a thinko and a typo in the --append option. --- diff --git a/rsync.yo b/rsync.yo index da3a7efb..34ec99d6 100644 --- a/rsync.yo +++ b/rsync.yo @@ -723,9 +723,9 @@ receiving user. dit(bf(--append)) This causes rsync to update a file by appending data onto the end of the file, which presumes that the data that already exists on the receiving side is identical with the start of the file on the sending -side. Any files that are the same size or shorter on the receiving size -are skipped. Files that do not yet exist on the receiving side are also -sent, since they are considered to have 0 length. Implies bf(--inplace), +side. Any files that are the same size or longer on the receiving side +are skipped. Files that do not yet exist on the receiving side are +transferred, regardless of size. Implies bf(--inplace), but does not conflict with bf(--sparse) (since it is always extending a file's length).