On Tuesday 23 May 2017 06:25:16 Alceu Rodrigues de Freitas 
Junior wrote:
> (which will
> require that I use crontab or something like it to delete old 
files).

Which is a one-liner:
find /var/www/generated-graphs -mtime 14 -delete # delete 2-
week old files

Some solutions are easier then the problem description.
-- 
Melvyn Sopacua

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/8140820.FJpOJ5WDHk%40devstation.
For more options, visit https://groups.google.com/d/optout.

Reply via email to