Re: [Bacula-users] Exclude not working

2019-01-16 Thread Martin Simmons
Read the paragraphs starting with "The Options resource is optional" in https://www.bacula.org/9.4.x-manuals/en/main/Configuring_Director.html#SECTION00207 to see how multiple Options clauses work. __Martin > On Tue, 15 Jan 2019 20:18:10 +0100, Stefanie Leisestreichler said:

Re: [Bacula-users] Exclude not working

2019-01-15 Thread Stefanie Leisestreichler
Hi. Thanks, it works now when I put in the first option block like this definition: Options { wilddir = "/*/nobackup" wilddir = "/*/TO_BE_ARCHIEVED" wilddir = "/*/yetanothertest" wildfile = "*.tmp" Exclude = yes ignore case = yes } How can I know what

Re: [Bacula-users] Exclude not working

2019-01-15 Thread Wanderlei Huttel
Hello Stefanie You must include the option " ignore case = yes" in the firts option too. Best regards *Wanderlei Hüttel* http://www.bacula.com.br Em ter, 15 de jan de 2019 às 15:23, Stefanie Leisestreichler < stefanie.leisestreich...@peter-speer.de> escreveu: > Thanks, guys. This is working,

Re: [Bacula-users] Exclude not working

2019-01-15 Thread Stefanie Leisestreichler
Thanks, guys. This is working, except "ignore case". Did I miss something? Here is my test scenario, which I would expect to exclude YETANOTHERTEST/ and noBackup/ (because of using ) also: FileSet { Name = "backnix-2017" Include { Options { wilddir = "/*/nobackup" wilddir

Re: [Bacula-users] Exclude not working

2019-01-15 Thread Wanderlei Huttel
Hello Stefanie I like to include another option only to deal the exclude files FileSet { Name = "testnix-2017" Include { Options { wilddir = "/*/nobackup" wildfile = "*.tmp" Exclude = yes } Options { signature = MD5 compression = GZIP

Re: [Bacula-users] Exclude not working

2019-01-15 Thread Olivier Delestre
Hi, test with : wilddir = "/*/nobackup" bye Le 15/01/2019 à 10:25, Stefanie Leisestreichler a écrit : Hi. I have this FileSet Definition. Why is exclude not working and folder nobackup is backuped? For test purposes I have created a folder /root/nobackup Bacula version is 9.2.0. Thanks.

[Bacula-users] Exclude not working

2019-01-15 Thread Stefanie Leisestreichler
Hi. I have this FileSet Definition. Why is exclude not working and folder nobackup is backuped? For test purposes I have created a folder /root/nobackup Bacula version is 9.2.0. Thanks. Stefanie FileSet {   Name = "testnix-2017"   Include {     Options {   signature = MD5  

Re: [Bacula-users] Exclude not working the way I expected

2009-11-14 Thread Arno Lehmann
Hello, 14.11.2009 02:55, Dan Langille wrote: Glynd wrote: I have obviously not understood how exclude works. :-) You're not rhe first there - excludes are a bit difficukt to understand, I guess. I have the following in my fileset resource but all that is backed up are the directories

[Bacula-users] Exclude not working the way I expected

2009-11-13 Thread Glynd
I have obviously not understood how exclude works. I have the following in my fileset resource but all that is backed up are the directories defined in the Glynbup.txt with no files FileSet { Name = Glyn Set Enable VSS = yes Include { Options { Compression = GZIP #

Re: [Bacula-users] Exclude not working the way I expected

2009-11-13 Thread Dan Langille
Glynd wrote: I have obviously not understood how exclude works. I have the following in my fileset resource but all that is backed up are the directories defined in the Glynbup.txt with no files FileSet { Name = Glyn Set Enable VSS = yes Include { Options { Compression =