Displaying 4 results from an estimated 4 matches for "rsync_exit_status".
2006 Sep 18
2
Clarification on the RSYNC_RAW_STATUS and RSYNC_EXIT_STATUS
...n 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 rsync_exit_status should...
2006 Sep 20
1
Clarification on the RSYNC_EXIT_STATUS
I'm guessing no one else has seen this issue? Most exit codes are properly
reported (e.g. code 12, code 10, code 2). The specific scenario is when a
filename too long or directory not present error causes the client to exit
with a code of 23 (reported as the exit code on the client properly and
captured in the environment variable there). The exit code of the server
still shows an exit code
2006 Apr 27
3
Permissions causing full backups?
I am using rsync/rsnapshot on Windows XP (via cygwin) to backup to a mapped
share (/u) on a Linux server. I’m hoping to get this to work so that I
don’t have to open an XP share to the network for Linux “pull” backups.
My current setup doesn’t seem to give me incremental backups. See the “du”
output…
$ /usr/bin/du -csh /cygdrive/u/docs_bkup/daily.0/
/cygdrive/u/docs_bkup/daily.1/
2006 May 15
2
DO NOT REPLY [Bug 3778] New: rsync triggers ( pre/post xter scripts )
...QAContact: rsync-qa@samba.org
I am syncing some business data between two solaris servers. I am using
post-xfer script to generate Email 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...