bacula: Added noatime option to prevent backup from reseting atime.
This commit is contained in:
parent
27c70c8e40
commit
e684f205d1
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ FileSet {
|
|||
Include {
|
||||
Options {
|
||||
signature = SHA1
|
||||
noatime = yes
|
||||
onefs = yes
|
||||
}
|
||||
File = "|sh -c 'mount | awk \"{ if (/^\\/dev\\//) { print \\$3} }\"'"
|
||||
|
|
Loading…
Add table
Reference in a new issue