mirror of
https://github.com/restic/restic.git
synced 2026-06-03 23:49:43 +00:00
355db0bc29
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.