From: Wayne Davison Date: Thu, 12 Jan 2006 19:24:25 +0000 (+0000) Subject: Mention the new RSYNC_ARGn environment variables for pre-xfer exec. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/fddf529df98dcc8c92394d4eef690fdeed02e374 Mention the new RSYNC_ARGn environment variables for pre-xfer exec. --- diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo index 4421a19f..8f8f1526 100644 --- a/rsyncd.conf.yo +++ b/rsyncd.conf.yo @@ -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.