Add in new pools
This commit is contained in:
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user