X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id B2E01329F39 for ; Sun, 3 Oct 2004 12:58:58 +0100 (BST) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 38459-07 for ; Sun, 3 Oct 2004 11:58:50 +0000 (GMT) Received: from rodrick.geeknet.com.au (ns1.geeknet.com.au [220.244.63.182]) by svr1.postgresql.org (Postfix) with ESMTP id 202B7329F37 for ; Sun, 3 Oct 2004 12:58:49 +0100 (BST) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Re: Problem with mirrorring X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Date: Sun, 3 Oct 2004 21:58:46 +1000 Message-ID: <5066E5A966339E42AA04BA10BA706AE561C9@rodrick.geeknet.com.au> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [pgsql-www] Problem with mirrorring Thread-Index: AcSotQV0TK7xQieeRaS3d6HdK6we0AAAwVewAA1msAAAESGb7gADfEhQ From: "John Hansen" To: "Dave Page" , "Devrim GUNDUZ" Cc: "PostgreSQL WWW Mailing List" X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200410/33 X-Sequence-Number: 5427 > Of course, how it does that is a mystery to me - without=20 > fully comparing both versions, how can it create a diff? I=20 > guess that's what made it PhD material... IIRC, it does a chunk by chunk md5 checksum on each file and transfers only the differing chunks. Quite clever indeed.