Removed old pools entirely
This commit is contained in:
parent
6c7f92651e
commit
6c177e38ec
|
@ -55,7 +55,7 @@ Job { # Restore job
|
||||||
Storage = Iron-Autochanger
|
Storage = Iron-Autochanger
|
||||||
Where = /mnt/Restore
|
Where = /mnt/Restore
|
||||||
Messages = JoesMail
|
Messages = JoesMail
|
||||||
Pool = FullFile
|
Pool = Full-Pool
|
||||||
}
|
}
|
||||||
|
|
||||||
Job { # This job should release the tape once finished
|
Job { # This job should release the tape once finished
|
||||||
|
@ -69,7 +69,7 @@ Job { # This job should release the tape once finished
|
||||||
Schedule = AdminTwoDays
|
Schedule = AdminTwoDays
|
||||||
Priority = 25
|
Priority = 25
|
||||||
Messages = JoesMail
|
Messages = JoesMail
|
||||||
Pool = FullFile
|
Pool = Full-Pool
|
||||||
Client = Zinc-Client
|
Client = Zinc-Client
|
||||||
FileSet = "Catalog"
|
FileSet = "Catalog"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,17 +1,3 @@
|
||||||
Pool {
|
|
||||||
Name = FullFile
|
|
||||||
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 {
|
Pool {
|
||||||
Name = Full-Pool
|
Name = Full-Pool
|
||||||
Pool Type = Backup
|
Pool Type = Backup
|
||||||
|
@ -40,20 +26,6 @@ Pool {
|
||||||
Cleaning Prefix = "CLN"
|
Cleaning Prefix = "CLN"
|
||||||
}
|
}
|
||||||
|
|
||||||
Pool {
|
|
||||||
Name = IncrFile
|
|
||||||
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 {
|
Pool {
|
||||||
Name = Incr-Pool
|
Name = Incr-Pool
|
||||||
Pool Type = Backup
|
Pool Type = Backup
|
||||||
|
|
Loading…
Reference in New Issue