Hi, I've had my site running for a while and have accumulated around 200k files in data/cache and data/sessions (I use bdb as my session backend). Of these 140k have not been modified in over two weeks. Just wanted to check, is it safe to run a cronjob along the lines of:
find ./data/ -mtime +14 |rm -f Anything I should be aware of if I do this? Thanks, Damian -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
