rsync backup not working

Wayne Davison wayned at samba.org
Mon Mar 6 23:07:52 GMT 2006


On Sat, Mar 04, 2006 at 10:01:08AM +0800, Jon  Miller wrote:
> rsync -rRutzvP --volume=apps: ./ 192.168.1.252::SCA/apps

FYI: The official rsync doesn't have a --volume option, so I don't know
if the Novell modifications might be causing this or not.

> rsync error: error in socketIO (code 10) at io.c(1941)

There are two spots that use the RERR_SOCKETIO (10) error exit in the
official source, both of which are due to a select() failing with an
EBADF errno (which means that a file-handle is bad).  This probably
means that something outside of rsync's control caused the connection
to fail.

..wayne..


More information about the rsync mailing list