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 054D132A089 for ; Sun, 3 Oct 2004 11:20:11 +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 21293-09 for ; Sun, 3 Oct 2004 10:20:04 +0000 (GMT) Received: from anchor-post-36.mail.demon.net (anchor-post-36.mail.demon.net [194.217.242.86]) by svr1.postgresql.org (Postfix) with ESMTP id D660C32A07E for ; Sun, 3 Oct 2004 11:20:05 +0100 (BST) Received: from mailgate.vale-housing.co.uk ([80.176.1.146] helo=ratbert.vale-housing.co.uk) by anchor-post-36.mail.demon.net with esmtp (Exim 4.42) id 1CE3TJ-000I8r-LC for pgsql-www@postgresql.org; Sun, 03 Oct 2004 10:20:05 +0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Re: Problem with mirrorring X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Date: Sun, 3 Oct 2004 11:17:22 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [pgsql-www] Problem with mirrorring Thread-Index: AcSotQV0TK7xQieeRaS3d6HdK6we0AAAwVewAA1msAAAESGb7g== From: "Dave Page" To: "John Hansen" , "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/31 X-Sequence-Number: 5425 -----Original Message----- From: John Hansen [mailto:john@geeknet.com.au] Sent: Sun 10/3/2004 3:10 AM To: Dave Page; Devrim GUNDUZ Cc: PostgreSQL WWW Mailing List Subject: RE: [pgsql-www] Problem with mirrorring > Don't you mean quite efficient... ? No, quite inefficient. We rebuild every file on the site regardless of whet= her something has changed, hence every time rsync runs it sees a modified f= ile. What I had completely forgotten when I wrote that (and later noted whe= n I remembered) is that rsync only transfers a diff of each files, so thing= s aren't really that bad. Of course, how it does that is a mystery to me - without fully comparing bo= th versions, how can it create a diff? I guess that's what made it PhD mate= rial... /D