Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. # File Pool definition
  2. Pool {
  3. Name = Default
  4. Pool Type = Backup
  5. Recycle = yes # Bacula can automatically recycle Volumes
  6. AutoPrune = yes # Prune expired volumes
  7. Volume Retention = 60 days # one year
  8. Maximum Volume Bytes = 50G # Limit Volume size to something reasonable
  9. Maximum Volumes = 30 # Limit number of Volumes in Pool
  10. LabelFormat = "Vol-"
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement