Hi,

On Mon, 2005-03-21 at 09:04 -0800, Karl Cunningham wrote:
> --On Monday, March 21, 2005 12:38 PM +0100 Brice Figureau
> <[EMAIL PROTECTED]> wrote:
> > On Fri, 2005-03-18 at 11:48 -0800, Karl Cunningham wrote:
> >> --On Friday, March 18, 2005 4:27 PM +0100 Brice Figureau
> >> <[EMAIL PROTECTED]> wrote:
> >> > Does the 'compression=GZIP' FileSet option works when the file daemon
> >> > is running on windows ?
> >> > (Same question applies to MacOSX).
> >> > 
> >> > I always have 'Software Compression:   None' in the job messages for
> >> > windows and macosx clients, although it works fine for linux host.
> >> > 
> >> > Is the compression handled by the fd internally or with the help of a
> >> > gzip executable ?
> >> > 
> >> 
> >> Yes, the GZIP compression works just fine in win32 file daemons. I
> >> believe the MAC is the same.  The FD code includes the needed compression
> >> algorithms.  No other programs are required.
> > 
> > What is wrong with that ?
> > 
> > FileSet {
> >   Name = "Windows c drive Set"
> >   Include {
> >     Options {
> >             signature=MD5 compression=GZIP9
> >             }
> >     File = "c:/Documents and Settings/"
> >   }
[snip]
>
> Here's how I do it.  I put the excludes in an options block inside the
> Include.  I also use the WildFile and WildDir (new) directives.  You'll
> have to upgrade to 1.36.2 to use them.  Here's your fileset, changed to the
> way I would do it.  I usually put the 'File = ...' line just after the
> 'Include {', but I doubt it matters.
> 
[snip again]

I finally found what was the problem: I forgot the semicolon (;) between
the commands in the Options block as they are on the same line...
It must be written like this:

        Options {
                signature=MD5; compression=GZIP9;
                }

This simply proved that I should have RTFM...
Anyway, thank you Karl for your answers,
Take care,
-- 
Brice Figureau
Days of Wonder



-------------------------------------------------------
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to