mirror of
https://github.com/octoleo/restic.git
synced 2024-11-01 03:12:31 +00:00
11 lines
461 B
Plaintext
11 lines
461 B
Plaintext
Enhancement: The `backup` command no longer updates file access times on Linux
|
|
|
|
When reading files during backup, restic used to cause the operating system to
|
|
update the files' access times. Note that this did not apply to filesystems with
|
|
disabled file access times.
|
|
|
|
Restic now instructs the operating 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
|