X-Spam-Check-By: sourceware.org
Date: Wed, 26 Apr 2006 18:01:06 +0200
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: rsync over ssh hang issue understood
Message-ID: <20060426160106.GS28583@calimero.vinschen.de>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <444F42B3.90208@baltech.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <444F42B3.90208@baltech.de>
User-Agent: Mutt/1.4.2i
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On Apr 26 11:51, Peter Keitler wrote:
> For the script to run, a sshd has to started on the local machine and 
> the user name has to be adapted within the script. Could some of you 
> please run the script twice (the error only occurs when the files 
> already exist on the client side) in order to see if the script also hangs?
> [...]
> #!/bin/bash
> 
> COMPSERV_USER=peter
> COMPSERV_SERVER=localhost
> RSYNC_PARAMS="--recursive --progress"
> 
> # Create large amount of files on the server
> mkdir ~/testdir_clnt
> ssh $COMPSERV_USER@$COMPSERV_SERVER 'mkdir -p ~/testdir_srv; for ((i=0;i<300;i++)) ; do dd if=/dev/random of=~/testdir_srv/file${i}.lst bs=1 count=5000; done'
> # Sync files to client
> rsync  -vvvvvvvvvv  $RSYNC_PARAMS  $COMPSERV_USER@$COMPSERV_SERVER:testdir_srv/*  ~/testdir_clnt/

I just tried it a couple of times.  http://cygwin.com/acronyms/#WJFFM


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
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/

