Bacula/Dir Config/pools.conf

54 lines
1.1 KiB
Plaintext

Pool {
Name = Full-Pool
Pool Type = Backup
Recycle = yes
AutoPrune = yes
Volume Retention = 6 months
Storage = Iron-Autochanger
Maximum Volume Bytes = 800G
#Maximum Volumes = 10
Cleaning Prefix = "CLN"
}
Pool {
Name = Diff-Pool
Pool Type = Backup
Recycle = yes
AutoPrune = yes
Volume Retention = 2 months
Storage = Iron-Autochanger
Maximum Volume Bytes = 800G
#Maximum Volumes = 10
Cleaning Prefix = "CLN"
}
Pool {
Name = Incr-Pool
Pool Type = Backup
Recycle = yes
AutoPrune = yes
Volume Retention = 1 month
Storage = Iron-Autochanger
Maximum Volume Bytes = 800G
#Maximum Volumes = 10
Cleaning Prefix = "CLN"
}
Pool {
Name = Archive-Pool
Pool Type = Backup
Recycle = no
AutoPrune = no
Volume Retention = 30 years
Storage = Iron-Autochanger
Maximum Volume Bytes = 800G
Cleaning Prefix = "CLN"
}