2
2
mirror of https://github.com/octoleo/restic.git synced 2025-02-05 05:18:27 +00:00

12 lines
452 B
Plaintext
Raw Normal View History

2024-10-18 22:36:03 +02:00
Bugfix: Correctly `backup` extended metadata when using VSS on Windows
On Windows, when creating a backup using the `--use-fs-snapshot` option,
then the extended metadata was not read from the filesystem snapshot. This
could result in errors when files have been removed in the meantime.
This issue has been resolved.
https://github.com/restic/restic/issues/5063
https://github.com/restic/restic/pull/5097
https://github.com/restic/restic/pull/5099