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 Message-ID: <431C3841.10207@infinitedepth.com.au> Date: Mon, 05 Sep 2005 22:21:21 +1000 From: Jonathan User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: RSync Stalling issue Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, I have been using cygwin to run openssh on my windows box to provide functionality and backup services. Recently the stalling problem has become an issue I need to resolve, although it has always occurred. When backing up data off the desktop box ( debian <- windows ) the rsync will often stall. The following command below initiates the rsync on the debian host. /usr/bin/rsync -e "ssh" --timeout=60 --stats --progress --partial -vr "$remote/$folder" $local &> $tmp I have trawled the news group to find this problem with rsync and scp mentioned more than once. It would appear that the only conclusion from all the threads, puts the stalling down to a socket select mishandling (Speculation ?). Has anyone got further information regarding this issue. PS Yes I have tried the msleep(30); rsync solution. -- Regards Jonathan Molyneux Infinite Depth Consulting http://www.infinitedepth.com.au/ jonathan AT infinitedepth DOT com DOT au -- 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/