/usr/lib/bareos/defaultconfigs/bconsole.conf is in bareos-bconsole 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 User Agent (or Console) 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"
}
|