X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 33588381DCCC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1608230600; bh=MnNvkHMuq5yd1Qu/ZfNGOGY1e6zuOpmBgnNuENhvmUY=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=ounLJS2pw0hAwb3EztozJI42pbeUYkvgMU6zwf1ei/ao6p1trfYJFaSmFaFeywA2b hkmQlo8Vg7YND4mcAznE9k5R2b9ED4+d1UPxXpO7bgUVkt1y2U61twm63sOt9gYugl LdK/vc6cQO3PcZfdV/Mb1jxgw9Ij3BLBi0nYW84s= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 5D04C385802A X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-transfer-encoding; bh=CWVid4ZcP8bRLv9nPxxSpPTvfPwA47E+UAfMr9EDNqQ=; b=Pj41c9jbaP9E4lcv+kPL11Am0gUh7tv0LWxoDYlovFmUozPSUKqQ9dvzIIufjYcSWR exFEUB2FcubY5Ec0lZqibauUMQ0eWa70Zg7I6uN5Qx/0hUIlWGdLYJXli4DqAl/NGp91 YJrmLtEIQ4yLDFYW0AUcWW1vW3rU+Yrrsh7Z5fCG24LBgVUc/wxL5hWp5mOP8n2FuhON PQWM0kfL8bM62rtGpsLjHSYmuuMyYko5bbDnFgGVBb4xnOm+suj7b8bVZ7q88neeQAYn 9omjf7pfqG4Dtvm9RQz/ag3PG5iEiYt0+CWJKP+cHjGGIWBybhw41UsUdb3n5dPjfSeo XsVQ== X-Gm-Message-State: AOAM531k/ZXJM9tUgNz9RSoJdzkpcuX5kImXIgHmDfs40jhXQ+yDN9sx +swsoVj+i3Hx6Nsloqk4rpfwAPeXOuCaSlIxbkfuS66FVHo= X-Google-Smtp-Source: ABdhPJw/fF7FNiWdg7AuyyUn73oszGwH95FZ2/Rfz6Czif0HzwgmVkbcMYpv/nf3MG+YtqjX5bUthZy30fWm5Ff75vQ= X-Received: by 2002:ac2:52a6:: with SMTP id r6mr33208lfm.255.1608230596839; Thu, 17 Dec 2020 10:43:16 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Thu, 17 Dec 2020 19:43:04 +0100 Message-ID: Subject: Re: Rsync + SSH slow speed To: cygwin AT cygwin DOT com X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: , From: Luis Gonzalez via Cygwin Reply-To: Luis Gonzalez Content-Type: text/plain; charset="utf-8" Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 0BHIhiVS019498 I have tried new things. I have copied deltaCopy into cygwin64 directory when i made the rsync command i use the rsync from deltacopy (--rsync-path=/DeltaCopy/rsync.exe ) /usr/bin/rsync -rlptDvh --partial --del --progress -s --ignore-errors --rsync-path=/DeltaCopy/rsync.exe -og --timeout=500 --include-from=/scripts/clients/pattern.txt --rsh='ssh -p 2230 -o CheckHostIP=no -o Compression=no ' Administrator AT host:/cygdrive/ /dst/client/ with this configuration the speed goes to 30MBps :-OOOOOO i supposed that this version of rsync is optimized for speed. best regards El vie, 11 dic 2020 a las 11:59, Luis Gonzalez () escribió: > > Hi to everybody, > i have several windows server in different location with the latest > version of cygwin with open ssh and rsync installed openssh 8.4p1-2 > rsync 3.2.4dev > i'm trying to rsync from centos with rsync 3.2.3 > The problem is that if i use rsync > /usr/bin/rsync -rlptDvh --partial --del --progress -s --ignore-errors > -og --timeout=500 --include-from=/scripts/clients/pattern.txt > --rsh='ssh -p 2230 -o CheckHostIP=no -o Compression=no ' > Administrator AT host:/cygdrive/ /dst/client/ > > speed is only above 2.0MBps. CPu is over 5%, hard disk is about 1% and > network speed is about 2% > if i made the same rsync over linux machine on the same location speed > is up to 60MBps(network speed on both sides is 600Mbps) > > i've tried to install rsync as a service on windows machine and use > ssh as a tcp fordwarding and then the rsync speed is over 20MBps :-O > > Do you know what is the config problem for this slow speed with rsync > directly over ssh? > best regards -- 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