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.

# List of files to be backed up
FileSet {
  Name = "zeus_full"
  Include = {
options = {
Compression=GZIP9
Signature=SHA1
}
    File = /
    File = /usr
    File = /var
    File = /home
  }
  Exclude {
    File = /proc
    File = /tmp
    File = /.journal
    File = /.fsck
    File = /usr/src
    File = /usr/ports
    File = /usr/doc
    File = /usr/share/doc
    File = /usr/obj
    File = /tmp
    File = /var/tmp
    }
  }
}



-------------------------------------------------------
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