X-Recipient: archive-cygwin@delorie.com
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6B1703858C83
Authentication-Results: sourceware.org;
 dmarc=none (p=none dis=none) header.from=gluelogic.com
Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gluelogic.com
X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on
 server2.sourceware.org
X-Spam-Language: en
X-Spam-Relay-Country: 
X-Spam-DCC: B=MGTINTERNET; R=smtp1.atof.net 1170; Body=1 Fuz1=1 Fuz2=1
X-Spam-RBL: 
X-Spam-PYZOR: Reported 0 times.
Date: Sun, 27 Mar 2022 01:08:00 -0400
From: gs-cygwin.com@gluelogic.com
To: Neil Aggarwal <neil@propfinancing.com>
Subject: Re: rsync gives me error 12
Message-ID: <Yj/xMAXorjeOgsIE@xps13>
References: <0d373fe499f6e363740f3d3fa1dfd440@mail.gmail.com>
 <20220325094547.rzavvuqv3nhg4s6y@lucy.dinwoodie.org>
 <62e2854b675b0437db040419913e4c10@mail.gmail.com>
 <20220325133741.6eua7wghywuoibi3@lucy.dinwoodie.org>
 <34a35c898731e4f83f700156bcd57945@mail.gmail.com>
 <CAHSx_SssMd8HZMxXFKZ9PL93CPUeL9jn_8i4FD9NjgdkFHLJJg@mail.gmail.com>
 <115a86f05b9131359c704003ec587c12@mail.gmail.com>
 <CAHSx_SthEwGQCbg=Wqb3WAOUrVWZg49XZ7vvkZknUYvn4KmHnw@mail.gmail.com>
 <478bc24ecbb245e745f84837ab4a35d9@mail.gmail.com>
Mime-Version: 1.0
Content-Disposition: inline
In-Reply-To: <478bc24ecbb245e745f84837ab4a35d9@mail.gmail.com>
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS,
 KAM_NUMSUBJECT, SPF_HELO_NONE, SPF_PASS, TXREP,
 T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4
X-BeenThere: cygwin@cygwin.com
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
Cc: cygwin <cygwin@cygwin.com>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cygwin-bounces+archive-cygwin=delorie.com@cygwin.com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie.com@cygwin.com>

On Sat, Mar 26, 2022 at 11:49:18PM -0500, Neil Aggarwal wrote:
> The big stumper for me is that scp works.  What could cause rsync to act
> differently?

Likely answer: your server configuration, such as ssh config,
shell configuration, PATH, etc. which are a bit off-topic for
the cygwin list.

Manually ssh to the server and try to run `rsync -h`.

$ ssh -vvv user@server rsync -h

You can also get verbose ssh information from rsync using

$ rsync -e 'ssh -vvv' ...

You can also turn on verbose sshd logging
$ man sshd_config
See LogLevel and LogVerbose

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple
