bacula: Added noatime option to prevent backup from reseting atime.

This commit is contained in:
Timo Mkinen 2013-05-12 08:39:26 +03:00
parent 27c70c8e40
commit e684f205d1

View file

@ -4,6 +4,7 @@ FileSet {
Include {
Options {
signature = SHA1
noatime = yes
onefs = yes
}
File = "|sh -c 'mount | awk \"{ if (/^\\/dev\\//) { print \\$3} }\"'"