[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
cleaning old data
- To: hobbit (at) hswn.dk
- Subject: cleaning old data
- From: Daniel Bourque <dbourque (at) weatherdata.com>
- Date: Mon, 30 Jun 2008 13:23:59 -0500
- User-agent: Thunderbird 2.0.0.14 (X11/20080501)
Hi,
I only want to keep 1 year of historical data
can I simply cron :
/opt/hobbit/data$ find . -type f -mtime +360 -exec rm {} \;
Without breaking anything ?
Thanks
--
Dan