/etc/bareos/bareos-dir.d/fileset/plugin-cephfs.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 | FileSet {
Name = "plugin-cephfs"
Include {
Options {
aclsupport = yes
signature = MD5
xattrsupport = yes
}
# adapt this to your environment
# basedir: optional, othewrwise all data will be backuped
Plugin = "cephfs:conffile=<ceph_conf_file>:basedir=<basedir>:"
}
}
|