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