This file is indexed.

/usr/lib/bareos/defaultconfigs/bareos-fd.conf is in bareos-filedaemon 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
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#
# Default  Bareos File Daemon Configuration file
#
#  For Bareos release 14.2.6 (16 Nov 2015) -- ubuntu Ubuntu Xenial Xerus (development branch)
#
# There is not much to change here except perhaps the
# File daemon Name to
#

#
# List Directors who are permitted to contact this File daemon
#
Director {
  Name = XXX_REPLACE_WITH_LOCAL_HOSTNAME_XXX-dir
  Password = "XXX_REPLACE_WITH_CLIENT_PASSWORD_XXX"
}

#
# Restricted Director, used by tray-monitor to get the
#   status of the file daemon
#
Director {
  Name = XXX_REPLACE_WITH_LOCAL_HOSTNAME_XXX-mon
  Password = "XXX_REPLACE_WITH_CLIENT_MONITOR_PASSWORD_XXX"
  Monitor = yes
}

#
# "Global" File daemon configuration specifications
#
FileDaemon {                          # this is me
  Name = XXX_REPLACE_WITH_LOCAL_HOSTNAME_XXX-fd
  Maximum Concurrent Jobs = 20

  # remove comment from "Plugin Directory" to load plugins from specified directory.
  # if "Plugin Names" is defined, only the specified plugins will be loaded,
  # otherwise all storage plugins (*-fd.so) from the "Plugin Directory".
  #
  # Plugin Directory = /usr/lib/bareos/plugins
  # Plugin Names = ""

  # if compatible is set to yes, we are compatible with bacula
  # if you want to use new bareos features, please set
  # compatible = no
}

# Send all messages except skipped files back to Director
Messages {
  Name = Standard
  director = XXX_REPLACE_WITH_LOCAL_HOSTNAME_XXX-dir = all, !skipped, !restored
}