Xymon Mailing List Archive search

cleaning old data

list Daniel Bourque
Mon, 30 Jun 2008 13:23:59 -0500
Message-Id: <user-d180b23ad409@xymon.invalid>

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