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
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
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,
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
--
FileSet {
Name = "MacUsersDir"
Include {
Options {
compression = GZIP
sparse = yes
signature = MD5
}
File = /Users
Exclude Dir Containing = .svn
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 {
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
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 {
> }
> }
>