30 Oct
2006
30 Oct
'06
3:06 p.m.
On Mon, Oct 30, 2006 at 03:09:20PM +0100, thomas.seglard.enata at cnp.fr wrote:
Hi,
I got a space problem on my hobbit server (4.2.0-1). Actually, my data directory is approaching 40G of occupied space. I have no more space on my disk so I'm worrying myself a bit ! I've already done a './trimhistory --drop[svcs|logs]' but I earned just a few Mb... What can I remove from the data directory ?
Here is some figures and a picture :
8,6G ./data/histlogs 26G ./data/hostdata
trimhistory fails to remove data from the hostdata directory. Do a find ./data/hostdata -mtime +90 | xargs rm -f
to delete hostdata files older than 90 days.
Regards, Henrik