Bacula-users

[Bacula-users] Wildcard Excludes

2016-02-08 11:38:13
Subject: [Bacula-users] Wildcard Excludes
From: "Raymond Burns Jr." <rburnsj AT gmail DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Mon, 8 Feb 2016 10:35:49 -0600
I am trying to exclude certain files by extensions

FileSet {
  Name = p2file                                                                     # Insert the Client's hostname (All lowercase)
  Include {                                                                             # Adjust Files to be included in backup. CAUTION!! Slash direction is important !!CAUTION
    File = D:/Data
    Options {
  Compression = LZO                                                             # Set the compression level using GZIP1 - GZIP9 or LZO (LZO Compression or none is the fastest)
    }
  }
  Exclude {
    File = "*.pst"
    File = "*.jpeg"
  }
}



Afterwards, I want to run a job that is only *.pst extensions.
I'm not sure if I correctly excluded, and I have no idea how to complete the include for only PST for my next job.
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>