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 Delivered-To: mailing list cygwin AT cygwin DOT com User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Wed, 13 Feb 2002 17:42:00 -0500 Subject: Problems with local rsync on cygwin w2k From: Joseph Annino To: , cygwin Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit I am getting errors when I try and do a dry-run of a local rsync on cygwin on windows 2000. Here is an example command line: /usr/bin/rsync --archive --dry-run --ignore-times --stats --verbose /cygdrive/d/EarthBulletin/data/ /cygdrive/d/EarthBulletin/data_new/ It fails with the following messages: rsync.exe.stackdump rsync: read error: Connection reset by peer rsync error: error in rsync protocol data stream (code 12) at io.c(151) Any ideas of what is wrong? I've tried a few different combinations of options. And actually, the reason I am doing the dry run is that local syncing via rsync on cygwin is pretty slow. I wanted rsync to just figure out what needs to be done, and then I'll use perl's File::Copy module which does a system copy to actually copy the files, hoping this will be faster. I got about a gig of stuff to move around, so its a big issue for me. -- Joseph Annino Consulting - Perl, PHP, MySQL, Oracle, etc. jannino AT jannino DOT com - http://www.jannino.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/