dave wrote:
> Hello,
>     I'm trying to get the below fileset working. Bacula is informing me that
> the old-style exclusion list isn't working. I've checked, i'm not seeing the
> error. Any help appreciated.
> Thanks.
> Dave.


Here's your problem:

>   Include = {
> options = {
> Compression=GZIP9
> Signature=SHA1
> }

The '=' after Include and Options should not be there.

Try it like this:
   Include {
      Options {
         Compression=GZIP9
         Signature=SHA1
      }



-- 
 Phil Stracchino       [EMAIL PROTECTED]
    Renaissance Man, Unix generalist, Perl hacker
 Mobile: 603-216-7037         Landline: 603-886-3518


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to