On Thu, Oct 2, 2014 at 2:38 PM, bdam <bacula-fo...@backupcentral.com> wrote:
> Hi Heitor, sincere thanks for tyou help. I just made those changes, restarted 
> baula a,d inspecting the backup with restore, 5, then nav to a users .cache 
> dir showed it had still backed up .cache. Here is the full config I used, 
> hope i got it right:
>
>

I think your fileset should be:

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

John

------------------------------------------------------------------------------
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to