Differential.conf 536 B

12345678910
  1. Pool {
  2. Name = Differential
  3. Pool Type = Backup
  4. Recycle = yes # Bareos can automatically recycle Volumes
  5. AutoPrune = yes # Prune expired volumes
  6. Volume Retention = 90 days # How long should the Differential Backups be kept? (#09)
  7. Maximum Volume Bytes = 10G # Limit Volume size to something reasonable
  8. Maximum Volumes = 100 # Limit number of Volumes in Pool
  9. Label Format = "Differential-" # Volumes will be labeled "Differential-<volume-id>"
  10. }