How to remove old articles
Miquel van Smoorenburg
list-inn-workers at news.cistron.nl
Thu May 24 14:07:17 UTC 2001
In article <45B2A0BB1870D21180A400A0C94C8E1F01824881 at cammail1.simoco.com>,
Alan Baker ( ISC Networks ) <Alan.Baker at EUROPE.SIMOCO.com> wrote:
>The first thing I notice is that the spool directory is full of a lot of old
>articles, ie all dated September or October 1998 - about 3GB of them. I
>can't see any way of getting rid of them, newer stuff has all expired and be
>deleted properly, but all these old files remain.
Just remove them, using something like
find /var/spool/news -type f -mtime +90 | xargs rm
(removes all files older than 90 days)
>Should I run any commands after that to tidy up any databases?
No, that's not neccesary
Mike.
--
The From: and Reply-To: addresses are internal news2mail gateway addresses.
Reply to the list or to miquels at cistron-office.nl (Miquel van Smoorenburg)
More information about the inn-workers
mailing list