Full.conf 514 B

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