Hi Karl,

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.

OK, to help me debug this, here is the FileSet I'm using on windows
client.
What is wrong with that ?

FileSet {
  Name = "Windows c drive Set"
  Include {
        Options {
                signature=MD5 compression=GZIP9
                }
        File = "c:/Documents and Settings/"
  }
  Exclude  {
# Most of these files are excluded not because we don't want
#  them, but because Win2K won't allow them to be backed up
#  except via proprietary Win32 API calls.
    File = "c:/Documents and Settings/*/Application Data/*/Profiles/*/*/Cache/*"
    File = "c:/Documents and Settings/*/Local Settings/Application 
Data/Microsoft/Windows/[Uu][Ss][Rr][Cc][Ll][Aa][Ss][Ss].*"
    File = "c:/Documents and Settings/*/[Nn][Tt][Uu][Ss][Ee][Rr].*"
    File = "c:/Documents and Settings/*/Cookies/*"
    File = "c:/Documents and Settings/*/Local Settings/History/*"
    File = "c:/Documents and Settings/*/Local Settings/Temporary Internet 
Files/*"  
    File = "c:/Documents and Settings/*/Local Settings/Temp/*"
  }
}

I forgot to say I'm (happily) running 1.36.1.
-- 
Brice Figureau
Days of Wonder



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to