Hello,

I'm having issues with "Always incremental" job.
When bareos tries to consolidate backups into new full backup, I get error:

No Next Pool specification found in Pool "Consolidated".
I do not need longterm pool, - I'm okay with just Consolidated pool.
What I'm doing wrong?

Pool configuration:

#
Pool {
  Name = Incremental
  Pool Type = Backup
  Recycle = yes
  Auto Prune = yes
  Volume Retention = 10 days
  Maximum Volume Bytes = 5G
  Maximum Volumes = 255
  Label Format = "Incremental-"
  Storage = StorageInc
  Next Pool = Consolidated
}

Pool {
  Name = Consolidated
  Pool Type = Backup
  Recycle = yes
  Auto Prune = yes
  Volume Retention = 50 days 
  Volume Use Duration = 23h.
  Maximum Volume Bytes = 5G
  Maximum Volumes = 500 
  Label Format = "Consolidated-"
  Storage = StorageConsolidated
}


Thank you for your help.

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