From 6c7f92651e9b0792973e7b05053e0ad5ed462632 Mon Sep 17 00:00:00 2001 From: Joe S <31870999+KenwoodFox@users.noreply.github.com> Date: Fri, 29 May 2020 04:59:28 -0400 Subject: [PATCH] Add in new pools --- Dir Config/clients/director-client.conf | 6 ++--- Dir Config/clients/zinc-client-users.conf | 30 +++++++++++------------ Dir Config/pools.conf | 28 +++++++++++++++++++++ 3 files changed, 46 insertions(+), 18 deletions(-) diff --git a/Dir Config/clients/director-client.conf b/Dir Config/clients/director-client.conf index 86da04c..0aea7fb 100644 --- a/Dir Config/clients/director-client.conf +++ b/Dir Config/clients/director-client.conf @@ -33,9 +33,9 @@ Job { Schedule = EveryTwoDays Messages = JoesMail - Pool = FullFile # required parameter for all Jobs, despite what appears in the next few lines + Pool = Full-Pool # required parameter for all Jobs, despite what appears in the next few lines - Full Backup Pool = FullFile + Full Backup Pool = Full-Pool Differential Backup Pool = Diff-Pool - Incremental Backup Pool = IncrFile + Incremental Backup Pool = Incr-Pool } \ No newline at end of file diff --git a/Dir Config/clients/zinc-client-users.conf b/Dir Config/clients/zinc-client-users.conf index 150e3c8..e200dca 100644 --- a/Dir Config/clients/zinc-client-users.conf +++ b/Dir Config/clients/zinc-client-users.conf @@ -9,11 +9,11 @@ Job { # Caleb's Job #Schedule = EveryTwoDays Messages = JoesMail - Pool = FullFile # required parameter for all Jobs, despite what appears in the next few lines + Pool = Full-Pool # required parameter for all Jobs, despite what appears in the next few lines - Full Backup Pool = FullFile + Full Backup Pool = Full-Pool Differential Backup Pool = Diff-Pool - Incremental Backup Pool = IncrFile + Incremental Backup Pool = Incr-Pool } Job { # Mark's Job @@ -25,11 +25,11 @@ Job { # Mark's Job Schedule = EveryTwoDays Messages = MarksMail - Pool = FullFile # required parameter for all Jobs, despite what appears in the next few lines + Pool = Full-Pool # required parameter for all Jobs, despite what appears in the next few lines - Full Backup Pool = FullFile + Full Backup Pool = Full-Pool Differential Backup Pool = Diff-Pool - Incremental Backup Pool = IncrFile + Incremental Backup Pool = Incr-Pool } Job { # My Job @@ -41,11 +41,11 @@ Job { # My Job Schedule = EveryTwoDays Messages = JoesMail - Pool = FullFile # required parameter for all Jobs, despite what appears in the next few lines + Pool = Full-Pool # required parameter for all Jobs, despite what appears in the next few lines - Full Backup Pool = FullFile + Full Backup Pool = Full-Pool Differential Backup Pool = Diff-Pool - Incremental Backup Pool = IncrFile + Incremental Backup Pool = Incr-Pool } Job { # Backup Michael @@ -57,11 +57,11 @@ Job { # Backup Michael Schedule = EveryTwoDays Messages = MikesMail - Pool = FullFile # required parameter for all Jobs, despite what appears in the next few lines + Pool = Full-Pool # required parameter for all Jobs, despite what appears in the next few lines - Full Backup Pool = FullFile + Full Backup Pool = Full-Pool Differential Backup Pool = Diff-Pool - Incremental Backup Pool = IncrFile + Incremental Backup Pool = Incr-Pool } Job { # Backup Matthew Name = "Backup-Matthew" @@ -72,9 +72,9 @@ Job { # Backup Matthew Schedule = EveryTwoDays Messages = MattsMail - Pool = FullFile # required parameter for all Jobs, despite what appears in the next few lines + Pool = Full-Pool # required parameter for all Jobs, despite what appears in the next few lines - Full Backup Pool = FullFile + Full Backup Pool = Full-Pool Differential Backup Pool = Diff-Pool - Incremental Backup Pool = IncrFile + Incremental Backup Pool = Incr-Pool } diff --git a/Dir Config/pools.conf b/Dir Config/pools.conf index 958592c..ddbde88 100644 --- a/Dir Config/pools.conf +++ b/Dir Config/pools.conf @@ -11,6 +11,20 @@ Pool { Cleaning Prefix = "CLN" } + +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 @@ -40,6 +54,20 @@ Pool { 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