X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ccd2966da94db466fc0ac0e09e1473ee3d2a8b0b..b8a6dae038d527af6d31c58026c463300c6b1836:/rsyncd.conf.yo diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo index 52ed8942..37d7ccd5 100644 --- a/rsyncd.conf.yo +++ b/rsyncd.conf.yo @@ -1,5 +1,5 @@ mailto(rsync-bugs@samba.org) -manpage(rsyncd.conf)(5)(22 Apr 2006)()() +manpage(rsyncd.conf)(5)(11 Oct 2006)()() manpagename(rsyncd.conf)(configuration file for rsync in daemon mode) manpagesynopsis() @@ -333,7 +333,7 @@ connection is rejected. Each pattern can be in one of five forms: -quote(itemize( +quote(itemization( it() a dotted decimal IPv4 address of the form a.b.c.d, or an IPv6 address of the form a:b:c::d:e:f. In this case the incoming machine's IP address must match exactly. @@ -412,7 +412,7 @@ rsyncstats.) The single-character escapes that are understood are as follows: -quote(itemize( +quote(itemization( it() %a the remote IP address it() %b the number of bytes actually transferred it() %B the permission bits of the file (e.g. rwxrwxrwt) @@ -489,21 +489,24 @@ transfer is aborted before it begins. The following environment variables will be set, though some are specific to the pre-xfer or the post-xfer environment: -quote(itemize( +quote(itemization( it() bf(RSYNC_MODULE_NAME): The name of the module being accessed. it() bf(RSYNC_MODULE_PATH): The path configured for the module. it() bf(RSYNC_HOST_ADDR): The accessing host's IP address. it() bf(RSYNC_HOST_NAME): The accessing host's name. it() bf(RSYNC_USER_NAME): The accessing user's name (empty if no user). + it() bf(RSYNC_PID): A unique number for this transfer. 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. + it() bf(RSYNC_EXIT_STATUS): (post-xfer only) the server side's exit value. + This will be 0 for a successful run, a positive value for an error that the + server generated, or a -1 if rsync failed to exit properly. Note that an + error that occurs on the client side does not currently get sent to the + server side, so this is not the final exit status for the whole transfer. it() bf(RSYNC_RAW_STATUS): (post-xfer only) the raw exit value from code(waitpid()). )) @@ -587,7 +590,7 @@ manpagefiles() manpageseealso() -rsync(1) +bf(rsync)(1) manpagediagnostics() @@ -598,7 +601,7 @@ url(http://rsync.samba.org/)(http://rsync.samba.org/) manpagesection(VERSION) -This man page is current for version 2.6.8 of rsync. +This man page is current for version 2.6.9pre1 of rsync. manpagesection(CREDITS)