: [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
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
>
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
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
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
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
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 = ".*"
> 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 = /
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
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
* 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
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
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
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
* 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
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
--
16 matches
Mail list logo