Bacula-users

[Bacula-users] software compression configured but reported as none

2010-06-15 05:30:57
Subject: [Bacula-users] software compression configured but reported as none
From: Detlef Grittner <detlef.grittner AT sohard DOT de>
To: bacula-users AT lists.sourceforge DOT net
Date: Tue, 15 Jun 2010 11:28:27 +0200
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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

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