1RT-CLEAN-SHORTENERS(1)User Contributed Perl DocumentationRT-CLEAN-SHORTENERS(1)
2
3
4

NAME

6       rt-clean-shorteners - clean old temporary RT shorteners
7

SYNOPSIS

9            rt-clean-shorteners [--verbose] --older <NUM>[H|D|M|Y]
10
11            rt-clean-shorteners --older 3M
12            rt-clean-shorteners --verbose --older 1Y
13

DESCRIPTION

15       Script cleans RT temporary shorteners from DB.
16

OPTIONS

18       older
19           Date interval in the "<NUM>[<unit>]" format. Default unit is
20           D(ays).  H(our), M(onth) and Y(ear) are also supported.
21
22           For example: "rt-clean-shorteners --older 1M" would delete all
23           temporary shorteners that haven't been accessed for 1 month.
24
25           Default value is 1M, you can specify "--older 0" to delete all
26           temporary shorteners.
27
28       verbose
29           print additional info to STDOUT
30
31
32
33perl v5.38.0                      2023-10-22            RT-CLEAN-SHORTENERS(1)
Impressum