Bacula-users

Re: [Bacula-users] Bacula Compression on Windows

2010-05-06 05:17:00
Subject: Re: [Bacula-users] Bacula Compression on Windows
From: Jorge Cabello <jorge AT aspl DOT es>
To: bacula-users AT lists.sourceforge DOT net
Date: Thu, 6 May 2010 11:14:12 +0200
I'm currently using this Fileset in my windows servers and it's working fine 
(bacula v. 2.4.4).

FileSet {
        Name = "XXXFileset"
        Enable VSS = yes

        Include {
                Options {
                        signature = MD5
                        compression=GZIP
                }
                File = "C:/"
        }
}

Maybe GZIP9 isn't working?

On Jueves, 6 de Mayo de 2010 10:00:14 Carlo Filippetto wrote:
> [--]
> 
> > Can you be a little more specific about "don't worl"?  What doesn't
> > work?  Compression?  Backups?
> >
> > If you're not getting compression and you're asking about that, from the
> > fragmentary bits of configuration you've posted above you appear to have
> > compression both turned on and turned off.  This probably isn't helping.
> 
> The bck is good, but there's no compression, on Windows, on-linux there is
> 
> I can't see where the compression in turned off... can you help me?
> 
> my actual FileSet:
> 
> FileSet {
>   Name = FS-test-windows
>   Enable VSS = yes
>   Ignore FileSet Changes = no
>   Include {
>     File = C:/Programmi/Test
>     Options {
>         compression = GZIP9 #aggiungo compressione massima
>         signature = MD5 #aggiungo MD5
>         fstype = ntfs
>     }
>   }
> }
> 
> ---------------------------------------------------------------------------
> --- _______________________________________________
> Bacula-users mailing list
> Bacula-users AT lists.sourceforge DOT net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 

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

<Prev in Thread] Current Thread [Next in Thread>