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
}


-- 
http://www.iki.fi/jarif/

He draweth out the thread of his verbosity finer than the staple of his
argument.
                -- William Shakespeare, "Love's Labour's Lost"

Attachment: signature.asc
Description: OpenPGP digital signature

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

Reply via email to