On 10/11/17 2:07 AM, JDStar wrote:
> Anyone have working configuration bareos-17.2.x or 16.2.x with 
> AlwaysIncremental and consolidation job ?
>
Yes. I'm using bareos 16.2.4. Below is my configuration.

JobDefs {
  Name = "AlwaysIncremental"
  Type = Backup
  Level = Incremental
  Schedule = "WeeklyCycle"
  Storage = File
  Messages = Standard
  Priority = 10
  Write Bootstrap = "/mnt/bareos-file/bootstrap/%c.bsr"
  Pool = AI-Incremental
  Full Backup Pool = AI-Consolidated

  Accurate = yes
  Always Incremental = yes
  Always Incremental Job Retention = 7 days
  Always Incremental Keep Number = 14
}
JobDefs {
  Name = "DefaultJob"
  Type = Backup
  Level = Full
  Client = gemini-fd
  FileSet = "SelfTest"                     # selftest
fileset                            (#13)
  Schedule = "WeeklyCycle"
  Storage = File
  Messages = Standard
  Pool = Full
  Priority = 10
  Write Bootstrap = "/mnt/bareos-file/bootstrap/%c.bsr"
}

Job {
  Name = "backup-gemini-fd"
  JobDefs = "AlwaysIncremental"
  Client = "gemini-fd"
  FileSet = "gemini-all"
}
Job {
  Client = gemini-fd
  Name = "Consolidate"
  Type = "Consolidate"
  Accurate = "yes"
  JobDefs = "DefaultJob"
  FileSet = "LinuxAll"

  Max Full Consolidations = 1
}


-- 
Research Scientist
Raytheon BBN Technologies
5775 Wayzata Blvd, Ste 630
Saint Louis Park, MN, 55416
Office: 952-545-5720

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

Reply via email to