2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-23 15:18:31 +00:00

10 lines
321 B
Plaintext
Raw Normal View History

2024-07-23 00:19:22 +02:00
Enhancement: Back up more file metadata on Windows
2024-07-23 00:19:22 +02: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