]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Mention the early-input on stdin.
authorWayne Davison <wayne@opencoder.net>
Mon, 22 Jun 2020 03:25:28 +0000 (20:25 -0700)
committerWayne Davison <wayne@opencoder.net>
Mon, 22 Jun 2020 03:25:51 +0000 (20:25 -0700)
rsyncd.conf.5.md

index 84d2670a679d5922d73edf50fcdda3106348e9f8..bc5a571b543f25ddd1be89ecea750f81843d452e 100644 (file)
@@ -957,7 +957,9 @@ the values of parameters.  See the GLOBAL PARAMETERS section for more details.
     request is known except for the module name.  This helper script can be
     used to setup a disk mount or decrypt some data into a module dir, but you
     may need to use `lock file` and `max connections` to avoid concurrency
-    issues.
+    issues.  If the client rsync specified the `--early-input=FILE` option, it
+    can send up to about 5K of data to the stdin of the early script.  The
+    stdin will otherwise be empty.
 
     Note that the `post-xfer exec` command is still run even if one of the
     other scripts returns an error code. The `pre-xfer exec` command will _not_