bacula: Initial version of module.
This commit is contained in:
parent
e7ae4fb55b
commit
4efe6bcd92
12 changed files with 651 additions and 0 deletions
12
bacula/files/fileset.Default.conf
Normal file
12
bacula/files/fileset.Default.conf
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
FileSet {
|
||||
Name = "Default"
|
||||
Include {
|
||||
Options {
|
||||
signature = SHA1
|
||||
onefs = yes
|
||||
}
|
||||
File = "|sh -c 'mount | awk \"{ if (/^\\/dev\\//) { print \\$3} }\"'"
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue