This file is indexed.

/etc/bareos/bareos-dir.d/fileset/plugin-rados.conf.example is in bareos-filedaemon-ceph-plugin 16.2.4-3+deb9u2.

This file is owned by root:root, with mode 0o640.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
FileSet {
  Name = "plugin-rados"
  Include {
    Options {
      aclsupport = yes
      signature = MD5
      xattrsupport = yes
    }
    # adapt this to your environment
    #   namespace: optional
    #   snapshotname: optional (a snapshot in any case)
    Plugin = "rados:conffile=<ceph_conf_file>:clientid=<client_id>:poolname=<pool_name>:namespace=<name_space>:snapshotname=<snapshot_name>:"
  }
}