mirror of
https://github.com/restic/restic.git
synced 2026-07-19 05:34:54 +00:00
Windows does not have a concept of a `change time` in the sense as Unix has it: the field `CreationTime` of the `Win32FileAttributeData` struct is not updated when attributes or content is changed. So from now on we're using the `LastWriteTime` as the `change time` on Windows.