Bacula/Dir Config/clients/zinc-client.conf

34 lines
1.1 KiB
Plaintext

@/etc/bacula/clients/zinc-client-users.conf
@/etc/bacula/clients/zinc-client-system.conf
@/etc/bacula/clients/zinc-client-archive.conf
Client {
Name = Zinc-Client # Clients name
Password = "iamnotacrook" # The password that client uses?
Address = 10.85.3.31 # The address of the client jail
Catalog = MyCatalog # Specify the catalog
File Retention = 8 months # This is how long you'll be able to restore individual files for, per job
Job Retention = 30 years # Archive jobs cant be pruned for 30 years
AutoPrune = yes # Prune expired Jobs/Files
}
JobDefs { # Default Job
Name = "Default-User-Job"
Client = Zinc-Client
Type = "Backup"
FileSet = "Catalog"
Storage = Iron-Autochanger
Schedule = EveryTwoDays
Messages = JoesMail
Reschedule Interval = 12 hours
Reschedule On Error = yes
Reschedule Times = 3
Pool = Full-Pool # required parameter for all Jobs, despite what appears in the next few lines
Full Backup Pool = Full-Pool
Differential Backup Pool = Diff-Pool
Incremental Backup Pool = Incr-Pool
}