1
0
mirror of https://github.com/restic/restic.git synced 2024-07-06 09:20:53 +02:00
restic/changelog/unreleased/pull-2816
2022-02-06 15:00:37 +01:00

11 lines
439 B
Plaintext

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