Displaying 1 result from an estimated 1 matches for "rsyncval".
Did you mean:
syncval
2005 Jan 14
2
"connection unexpectedly closed" error
...path = /var/net/validation
uid = root
gid = root
read only = no
list = false
auth users = sync
From the client, also Fedora Core 2, also running 2.6.2-1 I'm doing the
following:
rsync -avH --delete-excluded --delete \
--password-file=/etc/rsyncval.pwd \
FOCUS sync@192.168.13.252::validation
The output is as follows:
building file list ... done
rsync: connection unexpectedly closed (69 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(342)
I don't think it is a failed authorization becau...