2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-30 08:44:02 +00:00
restic/changelog/0.17.0_2024-07-26/pull-4611

10 lines
321 B
Plaintext
Raw Normal View History

2024-07-22 22:19:22 +00:00
Enhancement: Back up more file metadata on Windows
2024-07-22 22:19:22 +00:00
Previously, restic did not back up all common Windows-specific metadata.
Restic now stores file creation time and file attributes like the hidden,
read-only and encrypted flags when backing up files and folders on Windows.
https://github.com/restic/restic/pull/4611