Bacula-users

Re: [Bacula-users] Bacula Compression on Windows

2010-05-03 15:11:55
Subject: Re: [Bacula-users] Bacula Compression on Windows
From: Jari Fredriksson <jarif AT iki DOT fi>
To: bacula-users AT lists.sourceforge DOT net
Date: Mon, 03 May 2010 22:08:09 +0300
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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users