From owner-freebsd-hubs Thu Jan 30 13:11: 5 2003 Delivered-To: freebsd-hubs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CA1837B401 for ; Thu, 30 Jan 2003 13:11:04 -0800 (PST) Received: from mail.rpi.edu (mail.rpi.edu [128.113.2.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0B4443F3F for ; Thu, 30 Jan 2003 13:11:03 -0800 (PST) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.12.1/8.12.1) with ESMTP id h0UL6sod105122; Thu, 30 Jan 2003 16:06:55 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <200301301725.h0UHPCW6072092@vashon.polstra.com> References: <20030130104856.GC246@v-ger.we.lc.ehu.es> <200301301725.h0UHPCW6072092@vashon.polstra.com> Date: Thu, 30 Jan 2003 16:06:54 -0500 To: John Polstra , hubs@FreeBSD.ORG From: Garance A Drosihn Subject: Re: CVSup slower than rsync ? Cc: jose@we.lc.ehu.es Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: MIMEDefang 2.3 (www dot roaringpenguin dot com slash mimedefang) Sender: owner-freebsd-hubs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org At 9:25 AM -0800 1/30/03, John Polstra wrote: > >The first update will naturally be slower, because CVSup has to >figure out what you already have and create its status files. >Subsequent updates should go faster. > >Also, it should help a lot if you add "-s" to the cvsup command >line. I was wondering if cvsup-mirror should do something like add two crontab entries, one with -s and one without, or maybe add a if [ `date +%H` -gt 07 ] ; then options="${options} -s" fi to the update script, so -s is used most of the time, but there's still the full-checking done at least once a day. I imagine the two crontab entries would be more visible and thus better, but at the moment I've just added the if statement to the update script. -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hubs" in the body of the message