mirror of
https://github.com/restic/restic.git
synced 2025-08-12 18:37:40 +00:00
Examine file ctime when checking if files have changed.
This commit is contained in:
8
changelog/unreleased/issue-2179
Normal file
8
changelog/unreleased/issue-2179
Normal file
@@ -0,0 +1,8 @@
|
||||
Bugfix: Use ctime when checking for file changes
|
||||
|
||||
Previously, restic only checked a file's mtime (along with other non-timestamp
|
||||
data) to decide if a file has changed. This could cause it to not notice changes
|
||||
if something edits a file and then resets the timestamp. Restic now also checks
|
||||
the ctime, so any modification to a file should be noticed.
|
||||
|
||||
https://github.com/restic/restic/issues/2179
|
Reference in New Issue
Block a user