Does this list supports the NetWare version (rsync.nlm)? if not does anyone
know of a list that does? I'm having all sorts of issues with this ported
version on my NetWare 6.5 server.
Thanks
Jon L. Miller, ASE, CNS, CLS, MCNE, CCNA
Director/Sr Systems Consultant
MMT Networks Pty Ltd
http://w
I'm trying to get rsync to do a complete backup of a NetWare server on the same
LAN. For some reason it either completes the reading of the file list and
starts copying files (only about 25) then it stops with the following error:
rsync error: error in socket IO (code 10) at io.c(1941)
or it doe
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