Displaying 1 result from an estimated 1 matches for "distanza".
Did you mean:
distanz
2002 May 27
1
bug: copying unreadable file from remote host returns errorlevel 0
...keep me in Cc: as I am not subscribed to this list ]
Hello,
we have noticed the following bug in rsync (including latest CVS
snapshot):
if I am copying from the remote host file that is unreadable by my
account, the error is reported properly, but the errorlevel returned
is 0.
$ rsync distanza:/etc/shadow .
send_files failed to open /etc/shadow: Permission denied
rsync error: some files could not be transferred (code 23) at main.c(348)
$ echo $?
0
If I'm trying to copy non-existent file, it returns proper errorlevel
$ rsync --rsync-path=/usr/local/rsync-cvs/bin/rs...