On 11/16/17 03:15, Seitan wrote:
Here is my jobs configuration:CLNT.conf: Job { Name = "CLNT_root" Client = "CLNT" JobDefs = "root_cons" FileSet = "root_CLNT" Always Incremental = yes Accurate = yes AlwaysIncrementalJobRetention = 6 days AlwaysIncrementalMaxFullAge = 38 days Pool = Incremental Full Backup Pool = Consolidated}Consolidate.conf: Job { Enabled=yes Name = "consolidate" Type = "Consolidate" JobDefs = "root_cons" Accurate = "yes" Client = "CLNT" Fileset = "root" } jobDefs.conf: JobDefs { Name = "root_cons" Type = Backup FileSet = "root" Schedule = "WeeklyCycleCons" Messages = Standard Priority = 8 Write Bootstrap = "/var/lib/bareos/%c.bsr" Reschedule On Error = yes Reschedule Interval = 45minutes Reschedule Times = 3 Rerun Failed Levels = yes Level = Incremental Pool = Consolidated Storage = File }
Seitan, do you see how your consolidate job is using the Consolidated pool? In your CLNT_root job you over-ride the pool to be Incremental. But you don't in the consolidate job, so the definition from the root_cons jobdefs takes effect. In your root_cons jobdefs try setting the Pool to Incremental.
If you follow the documentation at http://doc.bareos.org/master/html/bareos-manual-main-reference.html#x1-28600023.3 you'll have good luck. You'll have to reference http://doc.bareos.org/master/html/bareos-manual-main-reference.html#x1-1570009.14 to find some of the details to fill in.
-- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
