MICHAEL R. LEFEBVRE schrieb am Fri, Feb 01, 2002 at 09:01:07AM -0500: > rsync: connection unexpectedly closed (88 bytes read so far) > rsync error: error in rsync protocol data stream (code 12) at > io.c(139) > > I'm getting the above error when trying to use rsync over port 873. > The command I'm using is : > rsync -avz root@sundog::test ./ > the /etc/rsyncd.conf contains the following > > auth users = root > uid = root > gid = staff > > [test] > path = /export/home/mrl315 > > Any suggestions would be appreciated - I've been trying to get this > working off and on for about 2 weeks now.
Server side: - Where is your secrets file? - Does it contain a "root:<somepassword>" line? - Does it have the right permissions? Client side: - Did you supply the correct RSYNC_PASSWORD environment prior issuing any rsync commands? General: - Which OS do you use? - Which rsync version do you use? Regards, - Birger