Created database-tidying cron script
authorJ. David Bavousett <dbavousett@ptfs.com>
Sat, 1 Aug 2009 23:38:44 +0000 (19:38 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Sun, 2 Aug 2009 15:25:44 +0000 (11:25 -0400)
commiteb849c690aae34074afa15726c00af0532084618
tree30f7bb2c7cd6e25f05dbdb9732788de905a5ba5f
parentc8f7e64d353fed72458dce82d95c673e9ba8598e
Created database-tidying cron script

This little script establishes a framework for database cleanup on some regular
schedule.  Initial implementation provides for brute truncation of the sessions
table, and selective-by-age cleanup of the zebraqueue.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
misc/cronjobs/cleanup_database.pl [new file with mode: 0755]
misc/cronjobs/crontab.example