X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/955c3145c3c7b013eb80ec02352d130575479383..37f35d89d11d5ca8beadcb946dcd2e545d58b171:/rsync.yo diff --git a/rsync.yo b/rsync.yo index aec04eef..6fe98a04 100644 --- a/rsync.yo +++ b/rsync.yo @@ -1298,11 +1298,9 @@ updated file into a holding directory until the end of the transfer, at which time all the files are renamed into place in rapid succession. This attempts to make the updating of the files a little more atomic. By default the files are placed into a directory named ".~tmp~" in -each file's destination directory, but you can override this by specifying -the bf(--partial-dir) option. (Note that RSYNC_PARTIAL_DIR has no effect -on this value, nor is bf(--partial-dir) considered to be implied for the -purposes of the daemon-config's "refuse options" setting.) -Conflicts with bf(--inplace). +each file's destination directory, but if you've specified the +bf(--partial-dir) option, that directory will be used instead. +Conflicts with bf(--inplace) and bf(--append). This option uses more memory on the receiving side (one bit per file transferred) and also requires enough free disk space on the receiving