From: Wayne Davison Date: Mon, 27 Jul 2020 20:49:19 +0000 (-0700) Subject: Mention an implied option. X-Git-Tag: v3.2.3pre1~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3714084f4806e6d23fccea1b88e8e4821a1d39d7;p=thirdparty%2Frsync.git Mention an implied option. --- diff --git a/rsync.1.md b/rsync.1.md index 18afe102..6c2b565a 100644 --- a/rsync.1.md +++ b/rsync.1.md @@ -2959,6 +2959,9 @@ your home directory (remove the '=' for that). can do if you want rsync to cleanup old `.~tmp~` dirs that might be lying around. Conflicts with `--inplace` and `--append`. + This option implies `--no-inc-recursive` since it needs the full file list + in memory in order to be able to iterate over it at the end. + This option uses more memory on the receiving side (one bit per file transferred) and also requires enough free disk space on the receiving side to hold an additional copy of all the updated files. Note also that you