On Thu, Aug 03, 2000 at 08:30:00PM -0500, Ben Beuchler wrote:

> find /Maildir/ -mtime 90 -print |xargs mv /somewhere/else
> tar czvf mail.tgz /somewhere/else

Oops.  Of course, there should be a "+" in front of that 90...


find /Maildir/ -mtime +90 -print |xargs mv /somewhere/else
tar czvf mail.tgz /somewhere/else

-- 
Ben Beuchler                                         [EMAIL PROTECTED]
MAILER-DAEMON                                         (612) 321-9290 x101
Bitstream Underground                                   www.bitstream.net

Reply via email to