2022-03-25 23:15:41 +00:00
|
|
|
Enhancement: The `backup` command no longer updates file access times on Linux
|
2021-12-30 14:41:04 +00:00
|
|
|
|
2022-03-25 23:15:41 +00:00
|
|
|
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
|
2021-12-30 14:41:04 +00:00
|
|
|
disabled file access times.
|
|
|
|
|
2022-03-25 23:15:41 +00:00
|
|
|
Restic now instructs the operating system not to update the file access time,
|
2021-12-30 14:41:04 +00:00
|
|
|
if the user running restic is the file owner or has root permissions.
|
|
|
|
|
|
|
|
https://github.com/restic/restic/pull/2816
|