Merge pull request #5061 from MichaelEischer/fix-timestamp-restore-windows

fs: fix restoring timestamps on older Windows versions for long paths
This commit is contained in:
Michael Eischer
2024-10-16 20:47:17 +02:00
committed by GitHub
3 changed files with 12 additions and 3 deletions
+9
View File
@@ -0,0 +1,9 @@
Bugfix: Correctly restore timestamp on long filepaths on old Windows versions
The `restore` command did not restore timestamps on file paths longer than 256
characters on Windows versions before Windows 10 1607.
This issue is now resolved.
https://github.com/restic/restic/issues/1843
https://github.com/restic/restic/pull/5061