Hi,

I would change the order because of the "first match" rule :

FileSet {
  Name = "DataToSave"
  Include {
    Options {
      exclude = yes 
      wildfile = "*.LDF"           ## list of
      wildfile = "*.MDF"           ## extensions I want to
      wildfile = "*.ldb"           ## exclude completly
    }
    Options {
      signature = MD5              ## list of
      compression = GZIP1          ## extensions
      wildfile = "*.mpg"           ## I would
      wildfile = "*.mpeg"          ## like not to
      wildfile = "*.pdf"           ## be compressed
      wildfile = "*.gz"            ## ...
      wildfile = "*.tgz"           ## In fact
      wildfile = "*.zip"           ## I use the 
      wildfile = "*.rar"           ## lower compression
      wildfile = "*.mdb"           ## level, because
      wildfile = "*.avi"           ## I couldn't
      wildfile = "*.flv"           ## find out
      wildfile = "*.swf"           ## how to
      wildfile = "*.gif"           ## completly disable
      wildfile = "*.png"           ## software compression.
      wildfile = "*.jpg"           ##
      wildfile = "*.jpeg"          ##
    }
    Options {                      ## Normal compression
      signature = MD5              ## for
      compression = GZIP           ## normals files
    }
  File = "d:/PathToSave"           ## The place I want to backup
  }
}

(to check ...)


On Tue, 2007-08-07 at 11:48 +0200, Alexandre Chapellon wrote:
> FileSet {
>   Name = "DataToSave"
>   Include {
>     Options {                      ## Normal compression
>       signature = MD5              ## for
>       compression = GZIP           ## normals files
>     }
>     Options {
>       signature = MD5              ## list of
>       compression = GZIP1          ## extensions
>       wildfile = "*.mpg"           ## I would
>       wildfile = "*.mpeg"          ## like not to
>       wildfile = "*.pdf"           ## be compressed
>       wildfile = "*.gz"            ## ...
>       wildfile = "*.tgz"           ## In fact
>       wildfile = "*.zip"           ## I use the 
>       wildfile = "*.rar"           ## lower compression
>       wildfile = "*.mdb"           ## level, because
>       wildfile = "*.avi"           ## I couldn't
>       wildfile = "*.flv"           ## find out
>       wildfile = "*.swf"           ## how to
>       wildfile = "*.gif"           ## completly disable
>       wildfile = "*.png"           ## software compression.
>       wildfile = "*.jpg"           ##
>       wildfile = "*.jpeg"          ##
>     }
>     Options {
>       exclude = yes 
>       wildfile = "*.LDF"           ## list of
>       wildfile = "*.MDF"           ## extensions I want to
>       wildfile = "*.ldb"           ## exclude completly
>     }
>   File = "d:/PathToSave"           ## The place I want to backup
>   }
> } 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to