[Aide] question about dealing with expected files

Richard van den Berg richard at vdberg.org
Sun Mar 31 11:50:17 EEST 2013


> # ignore files created by logrotate
> !/var/log/[a-zA-Z].*-\d{8}.*

\d is perl regex syntax that does not exist in posix. You might want to try [:digit:] instead. See http://en.wikipedia.org/wiki/Regular_expression

Kind regards,

Richard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://mailman.cs.tut.fi/pipermail/aide/attachments/20130331/96053c48/attachment.html 


More information about the Aide mailing list