X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=4.6 required=5.0	tests=AWL,BAYES_50,DKIM_ADSP_CUSTOM_MED,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KHOP_THREADED,NML_ADSP_CUSTOM_MED,SPF_NEUTRAL,TW_AV,URI_HEX
X-Spam-Check-By: sourceware.org
Date: Wed, 17 Oct 2012 13:34:31 -0700 (PDT)
From: raj-forum <rajpra8@gmail.com>
To: cygwin@cygwin.com
Message-ID: <1350506071268-93637.post@n5.nabble.com>
In-Reply-To: <20120101221936.GA15275@jethro.local.lan>
References: <CAD3UQe5B8f-rQZYmX1LRwPXrP=3suedcEoczv8nuLdfTKX4MkQ@mail.gmail.com> <CAD3UQe6u9oChi6-f+p0hZ6QAqvJ59g=o3iunspzm=RaJoAj7Vg@mail.gmail.com> <20120101221936.GA15275@jethro.local.lan>
Subject: Re: rsync 3.0.9 fails when over ssh: connection unexpectedly closed / error in rsync protocol data stream
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
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

seems like your rsync path is not in a standard path. If you add rsync-path
with the path of rsync that is installed on server, it should work 
 Sample command
rsync --rsync-path=/opt/software/bin/rsync  -avz -e ssh
test-user@test.server.com:/user/test /cygdrive/c/test



--
View this message in context: http://cygwin.1069669.n5.nabble.com/rsync-3-0-9-fails-when-over-ssh-connection-unexpectedly-closed-error-in-rsync-protocol-data-stream-tp57350p93637.html
Sent from the Cygwin list mailing list archive at Nabble.com.

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

