41 lines
810 B
Plaintext
41 lines
810 B
Plaintext
Pool {
|
|
Name = FullFile
|
|
Pool Type = Backup
|
|
Recycle = yes
|
|
AutoPrune = yes
|
|
Volume Retention = 3 years
|
|
Storage = MyFirstStorage
|
|
|
|
Maximum Volume Bytes = 5G
|
|
Maximum Volumes = 5
|
|
|
|
LabelFormat = "FullAuto-"
|
|
}
|
|
|
|
Pool {
|
|
Name = DiffFile
|
|
Pool Type = Backup
|
|
Recycle = yes
|
|
AutoPrune = yes
|
|
Volume Retention = 6 weeks
|
|
Storage = MyFirstStorage
|
|
|
|
Maximum Volume Bytes = 5G
|
|
Maximum Volumes = 5
|
|
|
|
LabelFormat = "DiffAuto-"
|
|
}
|
|
|
|
Pool {
|
|
Name = IncrFile
|
|
Pool Type = Backup
|
|
Recycle = yes
|
|
AutoPrune = yes
|
|
Volume Retention = 3 weeks
|
|
Storage = MyFirstStorage
|
|
|
|
Maximum Volume Bytes = 5G
|
|
Maximum Volumes = 5
|
|
|
|
LabelFormat = "IncrAuto-"
|
|
} |