Re: [Bacula-users] File Set Problem - Compression is ignored [SOLVED]ish

2011-01-17 Thread Dan Langille
On 1/17/2011 6:48 AM, Mister IT Guru wrote: > On 17/01/2011 10:46, Jose Antonio Rodriguez Martin wrote: >> I have in the fileset as follows: >> >> Include {Options {Signature = MD5; compression = GZIP5} >> >> And it works correctly: >> .. >> Software Compression: 39.4% >> .. > I updated my file set

Re: [Bacula-users] File Set Problem - Compression is ignored [SOLVED]ish

2011-01-17 Thread Francisco Javier Funes Nieto
Please don't start a new thread... Maybe the second Options {} statement overwrites the first with Compression = GZIP enabled. Try it without Signature = MD5! 2011/1/17 Mister IT Guru : > On 17/01/2011 10:46, Jose Antonio Rodriguez Martin wrote: > > I have in the fileset as follows: > > Include

Re: [Bacula-users] File Set Problem - Compression is ignored [SOLVED]ish

2011-01-17 Thread Mister IT Guru
On 17/01/2011 10:46, Jose Antonio Rodriguez Martin wrote: I have in the fileset as follows: Include {Options {Signature = MD5; compression = GZIP5} And it works correctly: .. Software Compression: 39.4% .. I updated my file set to include, signature as well as compression - ran an incremental,

Re: [Bacula-users] File Set Problem - Compression is ignored

2011-01-17 Thread Mister IT Guru
On 17/01/2011 10:31, Francisco Javier Funes Nieto wrote: > Why do you use two Options { } statements? I hope that it was a typo, I'm going to remove one of them now. -- The Solo System Admin - Follow me - I follow you http://solosysad.blogspot.com/ Latest Entry: Bacula - Building from source --

Re: [Bacula-users] File Set Problem - Compression is ignored

2011-01-17 Thread Guy
FileSet { Name = "MacUsersDir" Include { Options { compression = GZIP sparse = yes signature = MD5 } File = /Users Exclude Dir Containing = .svn

Re: [Bacula-users] File Set Problem - Compression is ignored

2011-01-17 Thread Jose Antonio Rodriguez Martin
I have in the fileset as follows: Include {Options {Signature = MD5; compression = GZIP5} And it works correctly: .. Software Compression: 39.4% .. 2011/1/17 Guy : > > > On 17 Jan 2011, at 10:20, Mister IT Guru wrote: > >> Dear List, >> >> I have the following fileset definition >> >> FileSet {

Re: [Bacula-users] File Set Problem - Compression is ignored

2011-01-17 Thread Guy
On 17 Jan 2011, at 10:20, Mister IT Guru wrote: > Dear List, > > I have the following fileset definition > > FileSet { > Name = CD-Windows > Include { > Options { > Compression=GZIP > } > File = C:/ > File = D:/ > Options { > } > } > } > > Notice the

Re: [Bacula-users] File Set Problem - Compression is ignored

2011-01-17 Thread Francisco Javier Funes Nieto
Why do you use two Options { } statements? 2011/1/17 Mister IT Guru : > Dear List, > > I have the following fileset definition > > FileSet { >   Name = CD-Windows >   Include { >     Options { >         Compression=GZIP >         } >     File = C:/ >     File = D:/ >     Options { >     } >   } >