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

41 lines
1.1 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
Pool = FullFile # required parameter for all Jobs, despite what appears in the next few lines
Full Backup Pool = FullFile
Differential Backup Pool = Diff-Pool
Incremental Backup Pool = IncrFile
}