mirror of
https://github.com/restic/restic.git
synced 2025-10-29 11:59:33 +00:00
* polish changelogs * Additional changelog polishing * fix test failure * Correct changelog for recover command --------- Co-authored-by: Leo R. Lundgren <leo@finalresort.org>
8 lines
307 B
Plaintext
8 lines
307 B
Plaintext
Bugfix: Correctly restore long filepaths' timestamp on old Windows
|
|
|
|
The `restore` command now correctly restores timestamps for files with paths longer
|
|
than 256 characters on Windows versions prior to Windows 10 1607.
|
|
|
|
https://github.com/restic/restic/issues/1843
|
|
https://github.com/restic/restic/pull/5061
|