I have configured a fileset, where I would expect that during the
transfer software compression is mixed, i.e. already compressed filed
are not compressed, and the other files are compressed.

But the report of the backup in the log says
 Software Compression:   None

Is the configuration below correct or does mixing the two modes not
work?

FileSet {
  Name = "fileset"
  Include {
    Options {
      signature = MD5
      aclsupport = yes
      compression = GZIP
    }
    Options {
      Exclude = yes
      wildfile = "*.zip"
      wildfile = "*.bz2"
      wildfile = "*.gz"
      wildfile = "*.rar"
      wildfile = "*.Z"
    }
    File = /data
  }
  Include {
    Options {
      signature = MD5
      aclsupport = yes
      wildfile = "*.zip"
      wildfile = "*.bz2"
      wildfile = "*.gz"
      wildfile = "*.rar"
      wildfile = "*.Z"
    }
    Options {
      Exclude = yes
      RegexFile = ".*"
    }
    File = /data
  }
}


Regards,

Detlef Grittner


------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to