mirror of
https://github.com/octoleo/restic.git
synced 2024-11-25 14:17:42 +00:00
Update changelog text, and add pull request link.
This commit is contained in:
parent
0ebfc55ee3
commit
00b527fb09
@ -1,8 +1,15 @@
|
|||||||
Bugfix: Use ctime when checking for file changes
|
Enhancement: Use ctime when checking for file changes
|
||||||
|
|
||||||
Previously, restic only checked a file's mtime (along with other non-timestamp
|
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
|
metadata) to decide if a file has changed. This could cause restic to not notice
|
||||||
if something edits a file and then resets the timestamp. Restic now also checks
|
that a file has changed (and therefore continue to store the old version, as
|
||||||
the ctime, so any modification to a file should be noticed.
|
opposed to the modified version) if something edits the file and then resets the
|
||||||
|
timestamp. Restic now also checks the ctime of files, so any modifications to a
|
||||||
|
file should be noticed, and the modified file will be backed up. The ctime check
|
||||||
|
will be disabled if the --ignore-inode flag was given.
|
||||||
|
|
||||||
|
If this change causes problems for you, please open an issue, and we can look in
|
||||||
|
to adding a seperate flag to disable just the ctime check.
|
||||||
|
|
||||||
https://github.com/restic/restic/issues/2179
|
https://github.com/restic/restic/issues/2179
|
||||||
|
https://github.com/restic/restic/pull/2212
|
||||||
|
Loading…
Reference in New Issue
Block a user