From owner-freebsd-hubs Thu Apr 26 1: 3:27 2001 Delivered-To: freebsd-hubs@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id 2DFB337B422 for ; Thu, 26 Apr 2001 01:03:25 -0700 (PDT) (envelope-from peter@wemm.org) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f3Q83PM65956 for ; Thu, 26 Apr 2001 01:03:25 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id ED184380A for ; Thu, 26 Apr 2001 01:03:24 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: freebsd-hubs@FreeBSD.ORG Subject: Re: ftp-master.freebsd.org is alive ... In-Reply-To: <20010426055959.01952380A@overcee.netplex.com.au> Date: Thu, 26 Apr 2001 01:03:24 -0700 From: Peter Wemm Message-Id: <20010426080324.ED184380A@overcee.netplex.com.au> Sender: owner-freebsd-hubs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Peter Wemm wrote: > The intent is to provide (preferably) rsyncd access for all the primary > mirrors around the place, and probably also ftpd as a fallback for systems > that cannot (or will not) run rsync for some reason. Actually, now that I think about it some more, mixing ftp and rsync is a Really Bad Idea. things like mirror, spegla etc work in *local time*, while rsync works in UTC. ie: if you rsync to a machine in a different timezone, the modtimes are adjusted. eg: a file with an 8pm timestamp originating on the US west coast will appear with an 11pm timestamp in the east coast. ftp mirroring will make it appear as 8pm everywhere. Starting a mirror with rsync and switching to mirror/spegla/etc would cause every file to be refetched. I think for sanity, this means rsyncd only. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hubs" in the body of the message