Director
The following chapter aims at presenting the reader with Bacula technical content regarding the Director.
Of all the configuration files needed to run Bacula, the Director file is the most complicated, and the one that you will need to modify the most often as you add clients or modify the FileSets.
For a general discussion of configuration files and resources including the data types recognized by Bacula, see the Configuration chapter.
Director Resource Example
Director {
Name = bacula-dir
WorkingDirectory = "/opt/bacula/working"
Password = UA_password
PidDirectory = "/opt/bacula/working"
QueryFile = "/opt/bacula/query.sql"
Messages = Standard
}
Read more:
Go back to the main Technical Reference page.