I have an AI job for with the configuration bellow.
Even though i have Accurate option on, and volumes being recycled, space for 
Full Backup Job keeps growing.


Job {
  Name = "client-sapbw-prod"
  JobDefs = "client-qnapbrg2-ai-defaultjob"
  Client = "client-sapbw-prod-fd"
  FileSet = "client-sapbw-prod"
}

JobDefs {
  Name = "client-qnapbrg2-ai-defaultjob"
  Type = Backup
  Level = Incremental
  Allow Mixed Priority = yes
  Schedule = "AI-Cycle-20_00"
  Messages = Standard
  Pool = client-qnapbrg2-ai
  Full Backup Pool = client-qnapbrg2-ai
  Priority = 10
  Write Bootstrap = "/var/lib/bareos/%c.bsr"

  Accurate = yes
  Always Incremental = yes
  Always Incremental Job Retention = 24 days
  Always Incremental Keep Number = 7
  Always Incremental Max Full Age = 30 days
}

Pool {
  Name = client-qnapbrg2-ai
  Pool Type = Backup
  Recycle = Yes
  AutoPrune = Yes
  Action On Purge = Truncate
  Volume Retention = 2 months
  Next Pool = client-qnapbrg2-ai
  Maximum Volume Bytes = 50G
  Label Format = "$Pool-$NumVols"
  Storage = QnapBrg2
}

## Configuration for Consolidate job ##

Job {
  Name = "Consolidate"
  Type = "Consolidate"
  Accurate = "yes"
  JobDefs = "DefaultJob"
  Schedule = "ConsolidateCycle"
}


First Full Backup job started with about ~500GB and currently is with ~900GB, 
even though the space on the client has remained constant over time.

It seems like VirtualFull Jobs from consolidate isn't deleting old files.
I'd appreciate thoughts and input on this.

Thanks,

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