> Hiya,
>
> I noticed my temp images directory is HUGE, look:
>
> drwxrwx---   2 jffnms jffnms 43306192 2005-12-05 12:16 temp
>
> Thats just the directory entries! It's taken 40 mins to rm-rf it so far
and still
> it has not gone..
>
> Isn't something meant to tidy this up?
>
> Cheers,
> Leigh

Hello,
I do use cron entry like this:

5 */4 * * *     find /home/jffnms/engine/htdocs/images/temp -name *.png
-or -name *.dot -or  -name *.map -mtime 1 | xargs -n 5 rm -f
to clean up the directory. There is some kind of cleaner included in the
jffnms distribution, but it seemed to me like it's not doing it's job, so
I figured this'd be the easy way. It seems not to break anything, but it's
provided as-is with no warranty. :D


Tomas Zvala

(erm sorry for sending it twice, im not very used to posting in mailing list)






-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to