bacula: Added backup of acl and xattr attributes.
This commit is contained in:
parent
e684f205d1
commit
d1e505d050
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ FileSet {
|
||||||
Options {
|
Options {
|
||||||
signature = SHA1
|
signature = SHA1
|
||||||
noatime = yes
|
noatime = yes
|
||||||
|
aclsupport = yes
|
||||||
|
xattrsupport = yes
|
||||||
onefs = yes
|
onefs = yes
|
||||||
}
|
}
|
||||||
File = "|sh -c 'mount | awk \"{ if (/^\\/dev\\//) { print \\$3} }\"'"
|
File = "|sh -c 'mount | awk \"{ if (/^\\/dev\\//) { print \\$3} }\"'"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue