Bacula-users

Re: [Bacula-users] Can't figure out "exclude .cache" config

2014-10-01 16:48:06
Subject: Re: [Bacula-users] Can't figure out "exclude .cache" config
From: Heitor Faria <heitor AT bacula.com DOT br>
To: "bacula-users AT lists.sourceforge DOT net" <bacula-users AT lists.sourceforge DOT net>
Date: Wed, 1 Oct 2014 17:45:38 -0300
Hey Mr. Bill,

"All I want to do is back up the users home folders but not their chrome cache or any core dumps. I used the setting below which I thought would do it but its backing up everything. Anyone spot whats wrong please?

FileSet {
  Name = "FileSet-Home"
  Include {
    Options {
      signature = MD5
    }
    File = /home
  }
  Exclude {
    File = .cache
    File = .pulse
    File = core.*
  }
}"

The exclude section does not accept wildcards. You should remove this line and add the following to the options (e. g.):

 Options {
     WildFile = "core.*"
     Exclude = yes
    }

After applying changes restarting director (or reload) you can test the new fileset with the "estimate listing" command.

Regards,

-- 
============================================
Heitor Medrado de Faria | Need Bacula training? 10% discount coupon code at Udemy: bacula-users
+55 61 2021-8260
+55 61 8268-4220
Site: www.bacula.com.br
Facebook: heitor.faria
Gtalk: heitorfaria AT gmail DOT com
============================================
------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users