Hi all, I'm new to the rsync list. I've been searching for two days and have tried five different installs and so far none work the way I need them to. I have an "backup" server running rsync --version:
rsync version 2.6.6 protocol version 29 Copyright (C) 1996-2005 by Andrew Tridgell and others <http://rsync.samba.org/> Capabilities: 64-bit files, socketpairs, hard links, ACLs, xattrs, symlinks, batchfiles, inplace, IPv6, 64-bit system inums, 64-bit internal inums And I'm trying to get my test box which is win2k to pull a copy of a backup from the server. Cygwin rsync --version (the last one I installed from minimal_rsync): rsync version 2.5.1-dev protocol version 26 Copyright (C) 1996-2002 by Andrew Tridgell and others <http://rsync.samba.org/> Capabilities: 32-bit files, socketpairs, hard links, symlinks, batchfiles, no IP v6, 32-bit system inums, 64-bit internal inums I tried a full blown cygwin install with rsync version 2.6.6 and had the same issues. Here's the client log (win2k trying to get files) C:\rsync-min>rsync -av 10.0.0.205::test/* ./backup receiving file list ... done rsync: connection unexpectedly closed (71 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(139) rsync error: received SIGUSR1 or SIGINT (code 20) at main.c(779) Here's the server logs 2006/06/14 12:36:52 [31282] rsync on test/* from 10.0.2.137 (10.0.2.137) 2006/06/14 16:37:32 [31282] rsync: read error: Connection reset by peer (104) 2006/06/14 16:37:32 [31282] rsync error: error in rsync protocol data stream (code 12) at io.c(584) The odd thing is I can tranfer files from win2k to the server without any problems and I've had no problem from my other RH boxes getting files from the same RH server. If you need somemore info please let me know TIA Jason -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
