Re: [Bacula-users] wilddir exclusion matches in bwild, doesn't prevent Onedrive folder errors

2025-05-29 Thread Rob Gerber
Thank you to Jonathan, David, and Martin for their helpful replies. They helped me find a solution that worked for me. *A question, upfront: Is there any documentation on wild directives, and the rules around how they pattern match? The information I found in the manual was vague or at times incor

Re: [Bacula-users] wilddir exclusion matches in bwild, doesn't prevent Onedrive folder errors

2025-05-07 Thread Martin Simmons
The wilddir directive works on the original filenames so I think you need wilddir = "Users/*/OneDrive*/" The GLOBALROOT stuff is just how Bacula accesses the VSS. __Martin > On Tue, 6 May 2025 12:00:14 -0500, Rob Gerber said: > > Hello, > > I hope someone can shed some light on thi

Re: [Bacula-users] wilddir exclusion matches in bwild, doesn't prevent Onedrive folder errors

2025-05-07 Thread David Waller via Bacula-users
Hello, It is a while since I have had to use Windows, but I do remember issues I had when using Retrospect to back up several windows machines. There are several comments I can make: I always thought one drive folders were called OneDrive, you seem to have a folder called OneDrive - The Delegate

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

2022-10-03 Thread Dave
mnt/CUSTOMER_DATA/i* and exclude the /mnt/CUSTOMER_DATA/*/temp. Wouldn’t your exclude both? From: Eduardo Antonio Adami mailto:ad...@unicamp.br> > Sent: Monday, October 3, 2022 12:35 PM To: bacula-users@lists.sourceforge.net <mailto:bacula-users@lists.sourceforge.net> Subj

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

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

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