The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

rtx-shredder - Script which wipe out tickets from RT DB

SYNOPSIS

  rtx-shredder --plugin list
  rtx-shredder --plugin help-Tickets
  rtx-shredder --plugin 'Tickets=status,deleted;queue,general'

  rtx-shredder --sqldump unshred.sql --plugin ...
  rtx-shredder --force --plugin ...

DESCRIPTION

rtx-shredder - is script that allow you to wipe out objects from RT DB. This script uses API that RTx::Shredder module adds to RT. Script can be used as example of usage of the shredder API.

USAGE

You can use several options to control which objects script should delete.

OPTIONS

--sqldump <filename>

Outputs INSERT queiries into file. This dump can be used to restore data after wiping out.

By default creates files <RT_home>/var/data/RTx-Shredder/<ISO_date>-XXXX.sql

--object (DEPRECATED)

Option has been deprecated, use plugin Objects instead.

--plugin '<plugin name>[=<arg>,<val>[;<arg>,<val>]...]'

You can use plugins to select RT objects with variouse conditions. See also --plugin list and --plugin help options.

--plugin list

Output list of the available plugins.

--plugin help-<plugin name>

Outputs help for specified plugin.

--force

Script doesn't ask any questions.

SEE ALSO

RTx::Shredder