rt-clean-shorteners - clean old temporary RT shorteners
rt-clean-shorteners [--verbose] --older <NUM>[H|D|M|Y]
rt-clean-shorteners --older 3M
rt-clean-shorteners --verbose --older 1Y
Script cleans RT temporary shorteners from DB.
Date interval in the <NUM>[<unit>]
format. Default unit is D(ays). H(our), M(onth) and Y(ear) are also supported.
For example: rt-clean-shorteners --older 1M
would delete all temporary shorteners that haven't been accessed for 1 month.
Default value is 1M, you can specify --older 0
to delete all temporary shorteners.
print additional info to STDOUT