aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
AgeCommit message (Collapse)AuthorFilesLines
2012-11-06contrib: Really add the config files, move them to contrib0.0.4Holger Hans Peter Freyther3-0/+37
2011-12-26contrib: Use explicit globs and regexpsDaniel Willmann1-4/+6
2011-09-24cron: Deal with '-' in the name of a client.Holger Hans Peter Freyther1-1/+1
Do not stop when seeing the first '-'. E.g. if you have names like tpe-system1, tpe-system2 they were treated as tpe and it was possible that a currently opened file was deleted.
2011-08-18Clean by age as well as by amount of files in osmo_pcap_clean_oldDaniel Willmann1-11/+42
The behaviour can be controlled by setting METHOD to "AGE" or "FILES".
2011-07-26Fix bug where the cleanup script kept the oldest filesDaniel Willmann1-1/+1
Fixes OW #21.
2011-07-19contrib: Add a script to clean up in regular intervalsDaniel Willmann2-0/+48
This script should be run from cron. It compresses and deletes older files.