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 i
I'm using rsync 2.63 on a NetWare 6.5 server backing up various volumes to a
SLES 9 server.
My script that I'm using on the NW server is:
# Rsync synchronisation of APPS
rsync -rRutzvP --volume=apps: ./ 192.168.1.252::SCA/apps
# Rsync synchronisation of DATA
rsync -rRutzvP --volume=Data: ./ 192.1