Displaying 2 results from an estimated 2 matches for "rsync_raw_status".
2006 Sep 18
2
Clarification on the RSYNC_RAW_STATUS and RSYNC_EXIT_STATUS
...non-zero exit code on the client that
the server still reports an exit status of 0. For example, I've received an
error 23 with the following output on the client-side "rsync error: some
files could not be transferred (code 23) at main.c(954) [sender=2.6.9cvs]"
while the server-side rsync_raw_status and rsync_exit_status were still both
zero. The error code returned by rsync on the client side was correctly 23.
Will the rsync server-side error status report the same exit code the client
reports? It seems like if the client or the server experience an error that
the rsync_raw_status or the rs...
2006 May 15
2
DO NOT REPLY [Bug 3778] New: rsync triggers ( pre/post xter scripts )
...il traps for non-zero exit status. However the
exist status is always -1
See the output of set command mailed by sendmail to check RSYNC environment
vars.
RSYNC_EXIT_STATUS=-1
RSYNC_HOST_ADDR=172.29.146.49
RSYNC_HOST_NAME=minttest.id.citistreet.org
RSYNC_MODULE_NAME=TMP
RSYNC_MODULE_PATH=/tmp/TMP
RSYNC_RAW_STATUS=-1
RSYNC_USER_NAME=''
Is this a bug or I am not using proper config file. See the config section in
rsyncd.conf
log file = /tmp/RSYNC2.8.log
[TMP]
path = /tmp/TMP
comment = /tmp/TMP
read only = false
uid = zhrumde
gid = tivoli
#pre-xfer exec = /tmp/send_mail.ksh
post-xfer exec = /t...