mirror of
https://github.com/restic/restic.git
synced 2024-12-21 23:33:03 +00:00
9 lines
321 B
Text
9 lines
321 B
Text
Enhancement: Back up more file metadata on Windows
|
|
|
|
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
|
|
|