Re: [Bacula-users] wilddir not working for exclusion but is for inclusion

2022-10-03 Thread Dave
: [Bacula-users] wilddir not working for exclusion but is for inclusion Yeah, you need delete the line /mnt/CUSTOMER_DATA/i* I did a test inside my test machine, please see the my example: FileSet { Name = "CD-i" Include { Options { signature = MD5 Exc

Re: [Bacula-users] wilddir not working for exclusion but is for inclusion

2022-10-03 Thread Eduardo Antonio Adami
e 2022 às 15:13, Dave escreveu: > Thanks for the response, but I want to include the /mnt/CUSTOMER_DATA/i* > and exclude the /mnt/CUSTOMER_DATA/*/temp. Wouldn’t your exclude both? > > > > > > *From:* Eduardo Antonio Adami > *Sent:* Monday, October 3, 2022 12:35 PM >

Re: [Bacula-users] wilddir not working for exclusion but is for inclusion

2022-10-03 Thread Dave
Awesome, that makes a lot of sense and I'll give it a shot. -Original Message- From: Martin Simmons Sent: Monday, October 3, 2022 1:52 PM To: Dave Cc: bacula-users@lists.sourceforge.net Subject: Re: [Bacula-users] wilddir not working for exclusion but is for inclusion Bacula us

Re: [Bacula-users] wilddir not working for exclusion but is for inclusion

2022-10-03 Thread Martin Simmons
Bacula uses on the first Options clause that matches (in the order they are written) to decide whether to include or exclude something. If no clauses match, then the item is backed up using the options (e.g. Compression) from the final clause. The problem with your clauses is that directories suc

Re: [Bacula-users] wilddir not working for exclusion but is for inclusion

2022-10-03 Thread Dave
Thanks for the response, but I want to include the /mnt/CUSTOMER_DATA/i* and exclude the /mnt/CUSTOMER_DATA/*/temp. Wouldn’t your exclude both? From: Eduardo Antonio Adami Sent: Monday, October 3, 2022 12:35 PM To: bacula-users@lists.sourceforge.net Subject: Re: [Bacula-users] wilddir

Re: [Bacula-users] wilddir not working for exclusion but is for inclusion

2022-10-03 Thread Eduardo Antonio Adami
Hi Dave, you can try to use only one option block! FileSet { Name = "CD-i" Include { Options { signature = SHA1 Compression = GZIP9 exclude = yes wilddir = "/mnt/CUSTOMER_DATA/i*" wildfile = "*.rar" wildfile = "*.zip" wilddir = "/mnt

[Bacula-users] wilddir not working for exclusion but is for inclusion

2022-10-03 Thread Dave
I'm running Bacula 9.0.6 and cannot seem to get a wilddir exclusion to work. My fileset is: FileSet { Name = "CD-i" Include { Options { signature = SHA1 Compression = GZIP9 wilddir = "/mnt/CUSTOMER_DATA/i*" } Options { RegexDir = ".*"

Re: [Bacula-users] wilddir not working as expected

2012-10-05 Thread Martin Simmons
> On Thu, 04 Oct 2012 21:43:32 +0200, Radim Kolar said: > > I have following fileset: > > FileSet { >Name = "Web Crawler" > >Include { > Options { >signature = MD5 >compression = GZIP9 >exclude = yes >wilddir = "target" > } > > File = /

[Bacula-users] wilddir not working as expected

2012-10-04 Thread Radim Kolar
I have following fileset: FileSet { Name = "Web Crawler" Include { Options { signature = MD5 compression = GZIP9 exclude = yes wilddir = "target" } File = /home/crawler } Exclude { File = /home/crawler/nutch-1.3/runtime/local/segmen

[Bacula-users] WildDir and *

2008-10-09 Thread Dupree, Craig
I'm trying to set up my FileSet to allow people to store Personal files on my fileserver without backing them up. To do that, we've all agreed that anything in ~/Personal should be ignored. I've put this into the FileSet Include { Options { Exclude = y

Re: [Bacula-users] Wilddir

2007-04-26 Thread Marc Schiffbauer
* Xeos Laenor schrieb am 26.04.07 um 10:42 Uhr: > Hum, I've understood my problem > I must obligatority define "File = /" in include :-\ > it's a really problem for me because that forces me to exclude explicitly > all wrong directories and i don't know what i must exclude before. I suggest you fi

Re: [Bacula-users] Wilddir

2007-04-26 Thread Troy Daniels
Hi, Glad you understood your problem. Now I'm confused however. I thought you just wanted to include directories the start with /script* - is this still the case? If so, The example given before should cater to that nicely I would have thought. It includes /script* directories using the wildd

Re: [Bacula-users] Wilddir

2007-04-26 Thread Xeos Laenor
Hum, I've understood my problem I must obligatority define "File = /" in include :-\ it's a really problem for me because that forces me to exclude explicitly all wrong directories and i don't know what i must exclude before. Does anyone have an another solution? Franck French User 2007/4/26, Xe

Re: [Bacula-users] Wilddir

2007-04-26 Thread Xeos Laenor
Here is my Test File Set : FileSet { Name = "TestSet" Include { Options { signature = MD5 verify = pins5 aclsupport = yes onefs = no WildDir = /script* } } Exclude { } } I create some directories which start with "script" (/script, /scripts and /scriptLNS are e

Re: [Bacula-users] Wilddir

2007-04-25 Thread Marc Schiffbauer
* Xeos Laenor schrieb am 25.04.07 um 23:46 Uhr: > I have some problem to make Wilddir work > i don't really understand the part of doc about it > Does anyone can give me an example of FileSet for that : > I want to save all directories that start with "/script*" Hi Xeos, what in the docs you did

[Bacula-users] Wilddir

2007-04-25 Thread Xeos Laenor
I have some problem to make Wilddir work i don't really understand the part of doc about it Does anyone can give me an example of FileSet for that : I want to save all directories that start with "/script*" Thanks, Franck French User --