summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-07-27 13:49:19 -0700
committerWayne Davison <wayne@opencoder.net>2020-07-27 13:49:51 -0700
commit3714084f4806e6d23fccea1b88e8e4821a1d39d7 (patch)
treedb4aac7daa8c6c868ca2c1c48a43b4cecdd0eb5b
parenteb2c3a5e18575f493e263921cf2e8829a373a20b (diff)
downloadrsync-3714084f4806e6d23fccea1b88e8e4821a1d39d7.tar.gz
Mention an implied option.
-rw-r--r--rsync.1.md3
1 files changed, 3 insertions, 0 deletions
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