X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT 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 DOT com AT gluelogic DOT com To: Neil Aggarwal Subject: Re: rsync gives me error 12 Message-ID: References: <0d373fe499f6e363740f3d3fa1dfd440 AT mail DOT gmail DOT com> <20220325094547 DOT rzavvuqv3nhg4s6y AT lucy DOT dinwoodie DOT org> <62e2854b675b0437db040419913e4c10 AT mail DOT gmail DOT com> <20220325133741 DOT 6eua7wghywuoibi3 AT lucy DOT dinwoodie DOT org> <34a35c898731e4f83f700156bcd57945 AT mail DOT gmail DOT com> <115a86f05b9131359c704003ec587c12 AT mail DOT gmail DOT com> <478bc24ecbb245e745f84837ab4a35d9 AT mail DOT gmail DOT 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 AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: cygwin Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" 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 AT 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