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 8DC893858C2D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=propfinancing.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=propfinancing.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=propfinancing.com; s=google; h=from:references:in-reply-to:mime-version:thread-index:date :message-id:subject:to; bh=OIAAlWYa2fTBNyfnv4F2fxz86KnTUIXHes0Jyo3AKfQ=; b=BTaep6XJw2UwA42Cw6P7l+XF2O/bva76LrAq919Yd+lXKrH35uRz/THtbD7UveMwLF +gy//WMvGtMDR8CGN64/ND9CFz60AV7fWKHqQVajlbB1bYs5FcIPtaHaI4zRj7CtZxcy CPNu1F33eShaMBTbseZIQXSH4C+gLkf5zvP3DCc3K0ISH2SB1v/AivQMGwKMh5OJ4jDe DuQjrAHptJA6Zpwa1KUcjEdPw7NakTJ2iDCRs5YdWH91b6shOB6VFQD0U7jZdUNjoOn8 LmS1hoIAGmWhqqoFEKxORxhJhDQsWHCD9kifBbmgTzIObApxNFWkqPvyx2L1Cc7cayLp nkPg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:references:in-reply-to:mime-version :thread-index:date:message-id:subject:to; bh=OIAAlWYa2fTBNyfnv4F2fxz86KnTUIXHes0Jyo3AKfQ=; b=2Pp4CMTHNf3O3SfBvN1hxAEly4NUnO3kg3X/qZLPZ+NhXWcaEVi9II15EvYBwsArrd sh1xZtGA2LSX2JpMisf3Ret3jxS+OqIYptk8aVx25GbIkfqGzVhzJlGuhJK5ddeca6Oy l6LIKNumJ7jMhA7h5xsinnVqRPgc+bLcvTEJvnv5T1+Dkgw5nwzX8vwOXQsjqI4HlCVF obE2Bmi+XMTa5B9fAvlstQkOQ/EJVomE2kz6u1TUVX4UCQXHi0MFqK87/tuq7OWaTafH pnSZp0I4KG9TIM6LnGaoLTSuOx5ExvsgAhMBqfthahkRABmyn1ENBf1+bCFZEn46B/3B Q1Tw== X-Gm-Message-State: AOAM532NzXhVy9D1UWFYvSqW2CUDDoKRvxI23FqG2hlGKGOUsnuWzjpX idSiQ/UMsYI+RDPFF2+Nw7keV3Cl0CbDW2aPlwZ1fXg2PxQ= X-Google-Smtp-Source: ABdhPJz9H2hrYuUKQKBcg4HGne9qcC0qB75DpYbVA/ff5EpEGSTH4ldTj6nODo/tatGR3+ST7nTemS9s3iK7T3iSFz4= X-Received: by 2002:a92:c241:0:b0:2c8:7a67:ed5e with SMTP id k1-20020a92c241000000b002c87a67ed5emr3152047ilo.143.1648214720200; Fri, 25 Mar 2022 06:25:20 -0700 (PDT) From: Neil Aggarwal References: <0d373fe499f6e363740f3d3fa1dfd440 AT mail DOT gmail DOT com> <20220325094547 DOT rzavvuqv3nhg4s6y AT lucy DOT dinwoodie DOT org> In-Reply-To: <20220325094547.rzavvuqv3nhg4s6y@lucy.dinwoodie.org> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQG2rr2bVghAdH8GMC7Rm+DrUGKXRAIlafo1rQIOMZA= Date: Fri, 25 Mar 2022 08:25:16 -0500 Message-ID: <62e2854b675b0437db040419913e4c10@mail.gmail.com> Subject: RE: rsync gives me error 12 To: cygwin AT cygwin DOT com X-Spam-Status: No, score=1.8 required=5.0 tests=BAYES_50, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" > I suspect the `-e ssh` part is the problem here. That's supposed to > specify the remote shell, not the method for connecting. What are you > attempting to achieve with that? I am trying to do the sync over an SSH connection. When I remove it: rsync --debug=ALL root AT marketing DOT propfinancing DOT com:/var/www/svnDumps /cygdrive/c/Tmp I still get the error: opening connection using: ssh -l root marketing.propfinancing.com rsync --server --sender -e.LsfxCIvu . /var/www/svnDumps (10 args) rsync: connection unexpectedly closed (0 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(226) [sender=3.1.3] rsync: connection unexpectedly closed (0 bytes received so far) [Receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(228) [Receiver=3.2.4dev] [Receiver] _exit_cleanup(code=12, file=io.c, line=228): about to call exit(12) Thanks, Neil -- Neil Aggarwal, (972) 834-1565, http://www.propfinancing.com We offer 30 year loans on single family houses! -- 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