On 05/03/10 15:08, Jari Fredriksson wrote:
> On 3.5.2010 13:02, Carlo Filippetto wrote:
>> Hi all,
>> I have a problem,
>> I had installed bacula 5.0.1. on Winows client, and work fine, but I
>> have no compression
>>
>>   Software Compression:   None
>>
>> while
>>
>> FileSet {
>>   Name = FS-test-windows
>>   Enable VSS = yes
>>   Ignore FileSet Changes = no
>>   Include {
>>     File = C:/Programmi/Test
>>     Options {
>>         compression = GZIP
>>         signature = MD5
>>     }
>>   }
>> }
>>
>>
>> I read that is the same fd that make this compression.. why it don't work??
>>
> 
> Because it does not backup anything.
> 
> The FileSet should be as follows, if I'm not mistaken:
> 
> FileSet {
>   Name = FS-test-windows
>   Enable VSS = yes
>   Ignore FileSet Changes = no
>   Include {
>     Options {
>         compression = GZIP
>         signature = MD5
>     }
>   }
>   File = C:/Programmi/Test
> }

Actually, THIS FileSet will not back up anything, because it does not
include anything.  File (and related) directives go within the Include{}
and Exclude{} directives.  That one isn't.


-- 
  Phil Stracchino, CDK#2     DoD#299792458     ICBM: 43.5607, -71.355
  ala...@caerllewys.net   ala...@metrocast.net   p...@co.ordinate.org
         Renaissance Man, Unix ronin, Perl hacker, Free Stater
                 It's not the years, it's the mileage.

------------------------------------------------------------------------------
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to