Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Nov 2001 06:39:45 -0700
From:      "Chad R. Larson" <chad@DCFinc.com>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        "Chad R. Larson" <chad@DCFinc.com>, Nicolas Rachinsky <list@rachinsky.de>, FreeBSD stable <stable@FreeBSD.ORG>
Subject:   Re: repository size
Message-ID:  <20011124063945.A29917@freeway.dcfinc.com>
In-Reply-To: <20011122022358.A23750@xor.obsecurity.org>; from kris@obsecurity.org on Thu, Nov 22, 2001 at 02:23:58AM -0800
References:  <20011121234045.A19530@freeway.dcfinc.com> <20011122075000.A8233@pcwin002.win.tue.nl> <20011122065914.GA45648@pc5.abc> <20011122002103.A19630@freeway.dcfinc.com> <20011122022358.A23750@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
On Thu, Nov 22, 2001 at 02:23:58AM -0800, Kris Kennaway wrote:
> On Thu, Nov 22, 2001 at 12:21:03AM -0700, Chad R. Larson wrote:
>> Are y'all collecting the whole repository?
> Yes.  The src, ports, doc and www collections are about 1.3GB

Ok, I've done an rm -rf on the repository on my machine, and then
recreated the directory ('cause the old one had grown).  I am at the
moment running my CVSup script.  We'll see how big the resulting
filesystem becomes.

I checked another machine where I do nightly updates of the
repository, and it is indeed around 1.3GB.  I probably should try to
restore my tape backup to some other space (if I can find it) to see
where the bloat grew.

Let you know it a bit how the CVSup run comes out.

	-crl
--
Chad R. Larson (CRL15)   602-953-1392   Brother, can you paradigm?
chad@dcfinc.com         chad@larsons.org          larson1@home.com
DCF, Inc. - 14623 North 49th Place, Scottsdale, Arizona 85254-2207

[-- Attachment #2 --]
# $Id: Supfile,v 1.2 2001/02/21 05:56:00 toor Exp $
*default host=cvsup5.freebsd.org
*default base=/BSDcvs
*default prefix=cvs
*default delete use-rel-suffix
cvs-all release=cvs

[-- Attachment #3 --]
#!/bin/csh

set CVSUP=/usr/local/bin/cvsup

# Preserve prior log
mv SupLog SupLog.old

# Update the repository
echo "CVSup started `date`" > SupLog
$CVSUP -L2 -g Supfile >>& SupLog
echo "CVSup completed `date`" >> SupLog

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011124063945.A29917>