Nice big changes here

This commit is contained in:
Joe S
2020-06-02 16:30:11 -04:00
parent 6c177e38ec
commit 2bd54e59db
16 changed files with 77 additions and 51 deletions

View File

@@ -1,4 +1,4 @@
# These are jobs run for vms, storage, archive, etc
# These are mainly jobs for archive.
Job { # Archive Obelisk
Name = "Archive-Obelisk"

View File

@@ -0,0 +1 @@
# These are jobs run for vms, storage, etc

View File

@@ -63,6 +63,7 @@ Job { # Backup Michael
Differential Backup Pool = Diff-Pool
Incremental Backup Pool = Incr-Pool
}
Job { # Backup Matthew
Name = "Backup-Matthew"
Client = Zinc-Client

View File

@@ -1,14 +1,14 @@
@/etc/bacula/clients/zinc-client-users.conf
@/etc/bacula/clients/zinc-client-other.conf
@/etc/bacula/clients/zinc-client-system.conf
@/etc/bacula/clients/zinc-client-archive.conf
Client {
Name = Zinc-Client
Password = "iamnotacrook"
Address = 10.85.3.31
Catalog = MyCatalog
File Retention = 60 days # 60 days
Job Retention = 6 months # six months
File Retention = 6 months
Job Retention = 2 years
AutoPrune = yes # Prune expired Jobs/Files
}