On 11 Juni, 13:33, Alexei Fedotov <[email protected]> wrote:
> I like your suggestion.
>
> $ find . -older <somefile> -exec rm {} \;
>

I actually ran
  find . -type f -mtime +15 -exec rm -f  {} \;
to remove files 15 days or older, and I guess I could run that through
cron. But my question is if the developers have thought about the
problem of an ever increasing uploads directory and perhaps have
worked out a built-in solution.

On a side note, I just hate the way the forum software encourages top
posting : http://www.caliburn.nl/topposting.html

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.

Reply via email to