Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com From: "Bob James" Subject: Linux -> Win2K sync Date: Thu, 22 May 2003 14:57:38 -0500 Lines: 42 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet AT main DOT gmane DOT org User-Agent: Pan/0.13.3 (That cat's something I can't explain) I've read the documentation, but I'm still a little unclear on this process. I have a RedHat 8 server, a Win2K server, connected via VPN on seperate LANs. Network connectivity isn't an issue; both servers can communicate. I have installed Cygwin on the Win2K box, and the version of rsync is 2.5.6. The RedHat box has v 2.5.5-1. The following files exist in this test configuration. /etc/rsyncd.conf [core] path = /home/user/sounds/ comment = Sound files auth users = scribe secrets file = /etc/rsyncd.scrt /etc/rsyncd.scrt scribe:argus On the Linux box, I've execute rsync in daemon mode: root AT server etc]# rsync --daemon --config=/etc/rsyncd.conf On the Win2K machine, I open the Cygwin bash window and execute" $ rsync -azv scribe AT server::core c:\backup The system responds with: Password: (which I supply) @ERROR: auth failed on module core rsync: connection unexpected closed (88 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at /tmp/rsync-2.5.6/io.c(165) Obviously I'm doing something wrong with the user configuration here, or perhaps the permission set. Suggestions? -Bob James -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/