NAME
rtx-shredder - Script which wipe out tickets from DB
SYNOPSIS
rtx-shredder --force --sqldump unshred.sql --object Ticket-1
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
--object
Object you want to delete. Foramt is ObjectName-#id, for example Ticket-1 or Transaction-10.
--force
Script doesn't ask any questions.
--sqldump <filename>
Outputs INSERT queiries into file. This dump can be used to restore data after wiping out.