X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:content-type:to:subject:references:date
	:mime-version:content-transfer-encoding:from:message-id
	:in-reply-to; q=dns; s=default; b=OVWQWlVySiBN0vCKoLscritX6fUsMi
	HK6pO2uJeFx7B5VZq2L48UeHTGk5+2FyE0cPTclo4mMMj5/IZrRfDfrr5uI9XXq/
	vIZqvJTTw9EybvttPQS1fNfiWPFqCGjBLlvwhlfv73hQMgBrYjejtVroyPd2BFZ5
	zFTbp8MvvvKmg=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:content-type:to:subject:references:date
	:mime-version:content-transfer-encoding:from:message-id
	:in-reply-to; s=default; bh=0JQgRv/29FD+yDn8brLavFIJAtA=; b=mw88
	eRLTi3Y6/NjTH1M2uZ8qo492okcmhTDKUuJjO2K3YVCPCjISLhAF8/4N8TJH8y+M
	yUxwIdOMSON1zpyKab8eF/GnnUag83+kZgHHNG8JO5RpbDeIxmJn8pTqLTaYzoTJ
	fHNv4KaIexy/1YSUGHCbG/HpyeG1SN8EQFZwWSg=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=1.8 required=5.0 tests=BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=H*u:Opera, H*UA:Opera, H*u:Win32, H*UA:Win32
X-HELO: mailout08.t-online.de
Content-Type: text/plain; charset=windows-1252; format=flowed; delsp=yes
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: Re: Local rsync disk to disk slow
References: <op.zryg1kowaqc5s6@orion.localdomain>
Date: Sun, 04 Nov 2018 15:21:21 +0100
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: "Michael Lemke" <lemkemch@t-online.de>
Message-ID: <op.zryktvezaqc5s6@orion.localdomain>
In-Reply-To: <op.zryg1kowaqc5s6@orion.localdomain>
User-Agent: Opera Mail/10.63 (Win32)

On Sun, 04 Nov 2018 13:59:34 +0100, Michael Lemke <lemkemch@t-online.de> wrote:

> I am copying a large directory tree from one internal disk to another USB 3 connected disk on the same computer with this rsync line:
>
> rsync -ahPvzHA --delete /d/Images /q/
>
> This copies files at a rate of 20MB/s. If I copy the same tree with Windows Explorer I get about 90MB/s.

I take this back. Apparently, rsync ins't good at averaging transfer speeds. The files were too small for computing the real transfer rate. For files large enough to take longer to copy rsync computes 90MB/s as well.

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

