[Aide] How to exclude folders and subfolders from initialization?

Robert Griffin rmg at ua.edu
Thu Jul 31 22:39:46 EEST 2008


On Jul 31, 2008, at 14:01, Jake Solid wrote:

> !/myservers/*/var/spool
> !/myservers/*/var/spool/.*
>
> This is should avoid putting all the folders inside /myservers/mail/ 
> var/spool or inside /myservers/web/var/spool into the DB during  
> initialization.

Aide does not use file globs. Be sure your rules make sense as
regexps. Maybe this would be better:

   !/myservers/.*/var/spool(/|$)

Robert Griffin
Unix Systems Administrator
Office of Information Technology
The University of Alabama



More information about the Aide mailing list