Mailing List Archive

old logs
any recommendations for aging (== purging) old log files other than
something like find -mtime +90 or whatever?

randy
old logs [ In reply to ]
Randy Bush wrote:
> any recommendations for aging (== purging) old log files other than
> something like find -mtime +90 or whatever?
>

IIRC that's what I found in the documentation
"/usr/bin/find /var/rancid/logs -type f -mtime +2 -exec rm {} \;"


Arnold