diff options
author | Wayne Davison <wayned@samba.org> | 2006-09-20 14:04:19 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2006-09-20 14:04:19 +0000 |
commit | a63335196208a9a08d7b9164c3fd16f0b9b31bc2 (patch) | |
tree | 7895f7a1f0ac89200952bc2c49f41042856b8ff8 /rsyncd.conf.yo | |
parent | 2edfe52230f0673349287030a23203c6ece95426 (diff) | |
download | rsync-a63335196208a9a08d7b9164c3fd16f0b9b31bc2.tar.gz rsync-a63335196208a9a08d7b9164c3fd16f0b9b31bc2.tar.bz2 rsync-a63335196208a9a08d7b9164c3fd16f0b9b31bc2.zip |
Mention the current limitation of the RSYNC_EXIT_STATUS value.
Diffstat (limited to 'rsyncd.conf.yo')
-rw-r--r-- | rsyncd.conf.yo | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo index 6ac5f28e..f6075d08 100644 --- a/rsyncd.conf.yo +++ b/rsyncd.conf.yo @@ -512,9 +512,11 @@ quote(itemize( 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()). )) |