Cleaning the stats directory

yary not.com at gmail.com
Wed May 21 16:22:25 EDT 2008


a simpler way is to remove files that haven't been modified recently,
since argus updates the statistics after running tests. Something like

find /var/argus/stats -mtime +1 -print0 | xargs -0 rm

is simpler than my last idea. It's also good in the gcache/gdata directories.

again, sorry for the bandwidth.


More information about the Arguslist mailing list