Shred more than 10 per rt-shredder run?

I searched around and couldn’t find the answer. How does one
override the default 10 object threshold with rt-shredder?

Using RT 3.8.7

Looks like “limit,100;” might be your answer?

rt-shredder --plugin “Tickets=query,Status = ‘Deleted’ AND LastUpdated < ‘30 days ago’;limit,100” --sqldump /{somepath}/shredder-restore-tickets.sql
Might contain your answer - found that Shredder - Request Tracker Wiki

PeterOn 21 Jul 2010, at 18:20, Jeff Blaine wrote:

I searched around and couldn’t find the answer. How does one
override the default 10 object threshold with rt-shredder?

Using RT 3.8.7

Discover RT’s hidden secrets with RT Essentials from O’Reilly Media.
Buy a copy at http://rtbook.bestpractical.com

Thanks Peter - that did it. Seems like a largely undocumented
thing if it’s only mentioned in an example query in the wiki.
Weird.On 7/21/2010 3:13 PM, Peter Murfitt wrote:

Looks like “limit,100;” might be your answer?

rt-shredder --plugin “Tickets=query,Status = ‘Deleted’ AND LastUpdated< ‘30 days ago’;limit,100” --sqldump /{somepath}/shredder-restore-tickets.sql

Might contain your answer - found that
http://wiki.bestpractical.com/view/Shredder

Peter

On 21 Jul 2010, at 18:20, Jeff Blaine wrote:

I searched around and couldn’t find the answer. How does one
override the default 10 object threshold with rt-shredder?

Using RT 3.8.7

Discover RT’s hidden secrets with RT Essentials from O’Reilly Media.
Buy a copy at http://rtbook.bestpractical.com