Re: [Bacula-users] how to exclude /home/user/tmp/webalizer

2007-08-23 Thread Ivan Adzhubey
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


Re: [Bacula-users] how to exclude /home/user/tmp/webalizer

2007-08-24 Thread Dimitrios
On Fri, 24 Aug 2007 00:40:21 -0400 Ivan Adzhubey <[EMAIL PROTECTED]> wrote:

> File = "/home/*/tmp/webaizer"

wow that was quick, thank you very much!


-
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


Re: [Bacula-users] how to exclude /home/user/tmp/webalizer

2007-08-24 Thread Ivan Adzhubey
On Friday 24 August 2007 02:59:11 am Dimitrios wrote:
> On Fri, 24 Aug 2007 00:40:21 -0400 Ivan Adzhubey 
<[EMAIL PROTECTED]> wrote:
> > File = "/home/*/tmp/webaizer"
>
> wow that was quick, thank you very much!

No problem. Remember, you can always check your FileSet spec without actually 
running a backup by issuing "estimate listing" command in bconsole.

--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