]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Mention the new RSYNC_ARGn environment variables for pre-xfer exec.
authorWayne Davison <wayned@samba.org>
Thu, 12 Jan 2006 19:24:25 +0000 (19:24 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 12 Jan 2006 19:24:25 +0000 (19:24 +0000)
rsyncd.conf.yo

index 4421a19fb7ca8a31c064f1b404660ca3beb5fa2b..8f8f1526ebc8fe30f583306798294b2765a4de9e 100644 (file)
@@ -470,6 +470,9 @@ quote(itemize(
   it() bf(RSYNC_REQUEST): (pre-xfer only) The module/path info specified
   by the user (note that the user can specify multiple source files,
   so the request can be something like "mod/path1 mod/path2", etc.).
+  it() bf(RSYNC_ARGn): (pre-xfer only) The pre-request arguments are set
+  in these numbered values. RSYNC_ARG0 is always "rsyncd", and the last
+  value contains a single period.
   it() bf(RSYNC_EXIT_STATUS): (post-xfer only) rsync's exit value.  This will be 0 for a
   successful run, a positive value for an error that rsync returned
   (e.g. 23=partial xfer), or a -1 if rsync failed to exit properly.