Re: [Lurker-users] how to delete an archive ?
Brought to you by:
terpstra
From: Wesley W. T. <we...@te...> - 2010-10-09 13:47:23
|
On Sat, Oct 9, 2010 at 2:52 PM, mark david mcCreary <md...@in...>wrote: > Let me clarify a bit better. I have many lists using Lurker, and I just > want to remove one list. > > Called example-list > > So I'm thinking that these three directories > /var/lib/lurkers/example-list > /var/www/example-list > /etc/lurker/lists/example-list > Ok. There are two ways to remove a single list. Approach #1 (recovers the most space possible): rm /etc/lurker/lists/example-list lurker-regenerate lurker-prune -p Approach #2 (no down-time): lurker-search -k ml:example-list -d -f rm /etc/lurker/lists/example-list rm /var/lib/lurker/example-list lurker-prune -p |