X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.0 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: References: Date: Sat, 10 Oct 2009 01:51:28 -0700 Message-ID: <3c5a513f0910100151p74ebd583g564efca600dd2e75@mail.gmail.com> Subject: Re: Rsync hanging From: Brandon Ehle To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On Wed, Oct 7, 2009 at 12:17 PM, Derek Kalweit wrote: > > Any thoughts? Most of the information online(list archives) about this > are back from 2005/2006.. Did people stop using rsync on cygwin due to > these problems, or is there a fix that I'm not aware of? > > Thanks. With my workload, the Cygwin 1.7 version of rsync hangs around every 15 files during transfers. I currently never run rsync directly and rely on a python script to watch for rsync hangs after which it kills the process and restart it. The best way I've found so far is to run it with verbose output and kill it after 15 seconds of inactivity over stdout. This is only really acceptable because the server I use is mine, I wouldn't recommend doing it against a public rsync server. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple