puppet/bacula/files/fileset.Default.conf

17 lines
376 B
Text

FileSet {
Name = "Default"
Include {
Options {
signature = SHA1
noatime = yes
checkfilechanges = yes
aclsupport = yes
xattrsupport = yes
onefs = yes
}
File = "|sh -c 'mount | awk \"{ if (/^\\/dev\\//) { print \\$3} }\"'"
ExcludeDirContaining = .nobackup
}
}