NAME

rtx-shredder - Script which wipe out tickets from DB

SYNOPSIS

rtx-shredder 2004-10-03

DESCRIPTION

rtx-shredder - is script that allow you to wipe out deleted tickets 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

Scrip takes one argument - date in YYYY-MM-DD format. Only tickets that were updated before that date would be wiped out.

OPTIONS

--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.

NOTES

Tickets list is empty

RTx-Shredder distribution contains patch that should be applied to RT. Please read README file to learn more about this patch.

SEE ALSO

RTx::Shredder