Hi Dimitrios,

On Thursday 23 August 2007 09:13:26 pm Dimitrios wrote:
> How can we exclude all directories (and subdirs/files) that are under user
> accounts like:
>
> /home/user1/tmp/webalizer
> /home/anotheruser/tmp/webalizer
> /home/someotheruser/tmp/webalizer
>
> In other words, i want to exclude webalizer logs from our hosted users on
> our web server.

FileSet {
  Name = Homes
  Include {
    Options {
      signature=MD5
    }
    File = "/home"
  }
  Exclude {
    File = "/home/*/tmp/webaizer"
  }
}


--Ivan

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to