/usr/lib/bareos/defaultconfigs/bat.conf is in bareos-bat 14.2.6-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | #
# Bareos Administration Tool (bat) configuration file
#
Director {
Name = XXX_REPLACE_WITH_LOCAL_HOSTNAME_XXX-dir
DIRport = 9101
address = XXX_REPLACE_WITH_LOCAL_HOSTNAME_XXX
Password = "XXX_REPLACE_WITH_DIRECTOR_PASSWORD_XXX"
}
|