/etc/bareos/bareos-dir.d/fileset/plugin-gfapi.conf.example is in bareos-filedaemon-glusterfs-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 | FileSet {
Name = "plugin-gfapi"
Include {
Options {
aclsupport = yes
signature = MD5
xattrsupport = yes
}
# adapt this to your environment
Plugin = "gfapi:volume=gluster\\://glusterhost.example.com/dvol1/data:"
}
}
|