Including Other Configuration Files

If you wish to break your configuration file into smaller pieces, you can do so by including other files using the syntax @filename where filename is the full path and filename of another file. The @filename specification can be given anywhere a primitive token would appear.

If you wish include all files in a specific directory, you can use the following:

# Include subfiles associated with configuration of clients.
# They define the bulk of the Clients, Jobs, and FileSets.
# Remember to "reload" the Director after adding a client file.
# @|"sh -c ’for f in /etc/bacula/clientdefs/*.conf; do echo @${f} ; done’"

Go back to the Customizing the Configuration Files.

Go back to the main Bacula Enterprise Configuration page.