X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B1B3939724B9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1607684397; bh=+/UCFKGKAtPrMZ1EcS8kTgMqc6Wi8NPfKF6ujMzhcvs=; h=Date:Subject:To:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=vq9p3LYNwMSpZyi6rY6rMTOsizLUnzFcyCUiJWDW9A45TiUV/bC3vjCE6YJzqnk8F dAC3CISC0ZsdeJYXtpvPAFl40BFJGZWAxRruhYGb6dJDTRVN8lD5Oq2sNI3LcCTmTm bm7gFaNsNBKfRWj46VzKB4W3va269vZdtepdHliI= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B2FC5385DC14 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=t6ktummJBMVt7A/jHDEgg2mSBZ+jHTwlD9gvfbfBnyg=; b=meQhI9xd4yAmJw4uFMnsxjjLck1NyYKdguDs7Fz8a2qecI5LQzLOpD7Ezs6fOQ3OD9 tX6u57n0ACxZpCZoket+622mWTw3HRCbNcGf0cfsjG8AOOTJ4+EpX4nCZhxxG2zKkE9R ypuJwIxWwhULIhL2F6KxkpdA1CgzU9KQstUC6oe3DR8c8luYJKawXPVCCTrq9ukf2bzO r+yBmHAkk0J6dRnXnaUEvN6j1XH6DSJ4BdjOQ0EsOYYux/QI1l2BAxyNWtcx4Nne9pU3 WKd67CA0xMnvyp0HvIQ1pbsog2lkTbOq0YZotyScrnsKiLbQLDWjo7qe6sOxGsBRYU4f OREg== X-Gm-Message-State: AOAM532ixYqun8C9CAGqUJx+ZWGxftFG5K+R6b2NEp9krJj90ewYUj7N zhv9qId13DOOk68tWY+t5OHr7+YcBKLMMMPa5FJ7AUpkCdk= X-Google-Smtp-Source: ABdhPJybCdPN6xyn6sXlro7Q/gfO4w92azZbySaNF/0heiBsbmV96E2DjGHGvFxw5tMXQ4pTiR+nRqkiP2lo/JZeRz8= X-Received: by 2002:a19:4c56:: with SMTP id z83mr4587242lfa.456.1607684393024; Fri, 11 Dec 2020 02:59:53 -0800 (PST) MIME-Version: 1.0 Date: Fri, 11 Dec 2020 11:59:39 +0100 Message-ID: Subject: 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="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" 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