30 Jun
2008
30 Jun
'08
6:23 p.m.
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