Re: crm filter cleanup on productive system
Eugene Crosser <[email protected]>
| Newsgroups | gmane.mail.spam.crm114 |
|---|---|
| Message-ID | <[email protected]> |
Frank Doege wrote: > So i decided to cleanup the css files and delete all the files stored > in the reaver_cache. I found that these where many thousands of files > which went over the years to 4 gigabyte. > > Is there a way to keep this filetree small ? Or to autoclean it ? I run crm114 systemwide (it's an nearly personal system), and I have this: # cat /etc/cron.daily/crm114 #!/bin/sh find /var/lib/crm114/reaver_cache -type f -mtime +7 | xargs -r rm ... which means I have a week to slack before training messages that where classified wrongly or uncertainly by their cache I.D. Eugene ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Crm114-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crm114-general
signature.asc
(application/pgp-signature, 252 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJoTT5frw/cIw6UWkRAsfPAKCkSZZTCJMYDd6oJIVnf60j0imbxACeJhJC 2Mk3EhkiSTYe3pxqm5vxbSk= =Bh8o -----END PGP SIGNATURE-----