X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/2b7e12924d91ce2470b0fefb20fe409ce090b3e7..e912bd4dfbd9cfa83f7b76209b3fcb34f59b92f9:/rsyncd.conf.yo diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo index 3b05a3e2..70cd7826 100644 --- a/rsyncd.conf.yo +++ b/rsyncd.conf.yo @@ -116,7 +116,8 @@ who like to tune their systems to the utmost degree. You can set all sorts of socket options which may make transfers faster (or slower!). Read the man page for the setsockopt() system call for details on some of the options you may be able to set. By default no -special socket options are set. +special socket options are set. These settings are superseded by the +bf(--sockopts) command-line option. enddit() @@ -163,7 +164,7 @@ specified. Note that you are free to setup user/group information in the chroot area differently from your normal system. For example, you could abbreviate the list of users and groups. Also, you can protect this information from -being downloaded/uploaded by adding an exclude rule to the rsync.conf file +being downloaded/uploaded by adding an exclude rule to the rsyncd.conf file (e.g. "exclude = /etc/**"). Note that having the exclusion affect uploads is a relatively new feature in rsync, so make sure your daemon is at least 2.6.3 to effect this. Also note that it is safest to exclude a @@ -470,6 +471,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_ARG#): (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.