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

45 lines
1.2 KiB
Plaintext

Client {
Name = BaculaDirectorClient
Password = "iamnotacrook"
Address = localhost
Catalog = MyCatalog
File Retention = 60 days # 60 days
Job Retention = 6 months # six months
AutoPrune = yes # Prune expired Jobs/Files
}
#Job {
# Name = "MyFirstJob"
# Client = BaculaDirectorClient
# Type = "Backup"
# FileSet = "MyFirstFileSet"
# Storage = Iron-Autochanger
# Schedule = MyFirstSchedule
# Messages = JoesMail
#
# Pool = FullFile # required parameter for all Jobs, despite what appears in the next few lines
#
# Full Backup Pool = FullFile
# #Differential Backup Pool = DiffFile
# Incremental Backup Pool = IncrFile
#}
Job {
Name = "BackupDatabase"
Client = BaculaDirectorClient
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
}