From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5042 invoked by alias); 28 Aug 2004 17:28:40 -0000 Mailing-List: contact overseers-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: , Sender: overseers-owner@sources.redhat.com Received: (qmail 5035 invoked from network); 28 Aug 2004 17:28:39 -0000 Received: from unknown (HELO vexpert.dbai.tuwien.ac.at) (128.131.111.2) by sourceware.org with SMTP; 28 Aug 2004 17:28:39 -0000 Received: from [128.131.111.60] (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 0CE2713787; Sat, 28 Aug 2004 19:28:38 +0200 (CEST) Date: Mon, 30 Aug 2004 20:16:00 -0000 From: Gerald Pfeifer To: Christopher Faylor Cc: overseers@sourceware.org Subject: Re: ~ftp filling up again In-Reply-To: <20040828011100.GA4252@coe.casa.cgf.cx> Message-ID: References: <20040828011100.GA4252@coe.casa.cgf.cx> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-SW-Source: 2004-q3/txt/msg00147.txt.bz2 On Fri, 27 Aug 2004, Christopher Faylor wrote: > /dev/vg1/lvol3 12917144 11835700 434276 97% /sourceware/ftp Down to 89% now. I removed some GCC snapshots. If we look at more detailed data for GCC, we see that we really use a lot of spaces for (old) releases; I don't know what to do about that. [gerald@sourceware gcc]$ du -ks * | "filter some small stuff' 73052 libstdc++ 765184 mail-archives 407716 old-releases 2192584 releases 1198032 snapshots Perhaps remove the .tar.gz variants for some of the older releases under "releases" and move those older releases to old-releases? (That might help mirror sites as well.) Gerald