Bunch more big changes here too

This commit is contained in:
Joe S
2020-06-08 21:57:59 -04:00
parent 2bd54e59db
commit bcc8d29ebf
12 changed files with 183 additions and 35 deletions

View File

@@ -12,4 +12,62 @@ Job { # Archive Obelisk
Full Backup Pool = Archive-Pool
Incremental Backup Pool = Archive-Pool
}
}
Job { # Archive Magnesium
Name = "Archive-Magnesium"
Client = Zinc-Client
Type = "Backup"
FileSet = "Magnesium Archive"
Storage = Iron-Autochanger
Messages = JoesMail
Pool = Archive-Pool # required parameter for all Jobs, despite what appears in the next few lines
Full Backup Pool = Archive-Pool
Incremental Backup Pool = Archive-Pool
}
# Users go here
Job { # Archive Travis
Name = "Archive-Travis"
Client = Zinc-Client
Type = "Backup"
FileSet = "Travis Backup"
Storage = Iron-Autochanger
Messages = TravissMail
Pool = Archive-Pool # required parameter for all Jobs, despite what appears in the next few lines
Full Backup Pool = Archive-Pool
Incremental Backup Pool = Archive-Pool
}
Job { # Archive Zach
Name = "Archive-Zach"
Client = Zinc-Client
Type = "Backup"
FileSet = "Zach Backup"
Storage = Iron-Autochanger
Messages = ZachsMail
Pool = Archive-Pool # required parameter for all Jobs, despite what appears in the next few lines
Full Backup Pool = Archive-Pool
Incremental Backup Pool = Archive-Pool
}
Job { # Archive Caleb
Name = "Archive-Caleb"
Client = Zinc-Client
Type = "Backup"
FileSet = "Caleb Backup"
Storage = Iron-Autochanger
Messages = CalebsMail
Pool = Archive-Pool # required parameter for all Jobs, despite what appears in the next few lines
Full Backup Pool = Archive-Pool
Incremental Backup Pool = Archive-Pool
}

View File

@@ -7,8 +7,8 @@ Client {
Password = "iamnotacrook"
Address = 10.85.3.31
Catalog = MyCatalog
File Retention = 6 months
Job Retention = 2 years
File Retention = 4 months
Job Retention = 30 years
AutoPrune = yes # Prune expired Jobs/Files
}