mirror of
https://github.com/octoleo/restic.git
synced 2024-12-22 02:48:55 +00:00
Add changelog for O_NOATIME
This commit is contained in:
parent
6b17a7110c
commit
aaa7f94139
10
changelog/unreleased/pull-2816
Normal file
10
changelog/unreleased/pull-2816
Normal file
@ -0,0 +1,10 @@
|
||||
Enhancement: backup no longer updates file access times on Linux
|
||||
|
||||
When reading files during backup, restic caused the operating system to update
|
||||
the file access times. Note that this does not apply to filesystems with
|
||||
disabled file access times.
|
||||
|
||||
Restic now instructs the operation system not to update the file access time,
|
||||
if the user running restic is the file owner or has root permissions.
|
||||
|
||||
https://github.com/restic/restic/pull/2816
|
Loading…
Reference in New Issue
Block a user