Bacula/SD Config/client-myclient.conf.old

22 lines
556 B
Plaintext

Client {
Name = MyFirstBaculaClient
Password = "iamnotacrook"
Address = localhost
Catalog = MyCatalog
}
Job {
Name = "MyFirstJob"
Client = MyFirstBaculaClient
Type = "Backup"
FileSet = "MyFirstFileSet"
Storage = MyFirstStorage
Schedule = MyFirstSchedule
Messages = MyMessages
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
}