diff --git a/Dir Config/bacula-dir.conf b/Dir Config/bacula-dir.conf index ca1c960..a7d1d1e 100644 --- a/Dir Config/bacula-dir.conf +++ b/Dir Config/bacula-dir.conf @@ -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" } diff --git a/Dir Config/pools.conf b/Dir Config/pools.conf index ddbde88..e80c41f 100644 --- a/Dir Config/pools.conf +++ b/Dir Config/pools.conf @@ -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 @@ -39,20 +25,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