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 run

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 throug

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 excl

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

2007-08-23 Thread Dimitrios
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. Thank you. --