hmm, I suspected that. however, the file is now listed under 'files'.  I guess that's not enough?<br><br><div><span class="gmail_quote">On 8/4/06, <b class="gmail_sendername">Henrik Stoerner</b> <<a href="mailto:henrik@hswn.dk">
henrik@hswn.dk</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Fri, Aug 04, 2006 at 11:44:17AM -0400, Jerry Yu wrote:
<br>> eh, neither does the size check generate alerts either. I changed it to<br>> size<1G to coerce it to fail as the file is around 20G<br>><br>> FILE %^/backup/*full*cmp* size<1G mtime<86400 track=fullDbDump
<br><br>Your regex is wrong. "*" by itself doesn't do what you want;<br>it must be ".*". So it should be<br><br>FILE %^/backup/.*full.*cmp.* size<1G mtime<86400 track=fullDbDump<br><br><br>Regards,
<br>Henrik<br><br><br>To unsubscribe from the hobbit list, send an e-mail to<br><a href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a><br><br><br></blockquote></div><br>