delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Message-ID: | <40F36FD4.B3C75A45@dessent.net> |
Date: | Mon, 12 Jul 2004 22:15:00 -0700 |
From: | Brian Dessent <brian AT dessent DOT net> |
Organization: | My own little world... |
MIME-Version: | 1.0 |
To: | cygwin <cygwin AT cygwin DOT com> |
Subject: | Re: rsync very slow, but not a network issue |
References: | <40F2CE78 DOT 7030109 AT alexisgallagher DOT com> <40F2DD8B DOT 5080406 AT x-ray DOT at> |
X-IsSubscribed: | yes |
Reply-To: | cygwin AT cygwin DOT com |
Reini Urban wrote: > > When the file is alredy there, rsync reports a speedup of about 70. > > (When the file is not already there, the speed up is 1, of course.) I am > > running rsync over ssh with pre-generated keys installed in my .ssh > > directories. > > This is a binary MP3. > rsync (as diff) is not good in checking binary diffs. > Please try it with a typical text file, where the patch > is smaller than the source. That is not correct at all, and rsync would be much less useful if it were true. rsync works with arbitrary binary data just as well as it does with text. It has no conception of 'lines' or any other type of delimited text. All it does is split up the file into fixed-length chunks and calculates a rolling checksum of each of these. It does not use anything resembling 'diff' or 'patch'. http://rsync.samba.org/tech_report/node2.html Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |