2024-10-18 20:36:03 +00:00
|
|
|
Bugfix: Correctly `backup` extended metadata when using VSS on Windows
|
|
|
|
|
2024-10-22 17:47:44 +00:00
|
|
|
On Windows, when creating a backup with the `--use-fs-snapshot` option, restic
|
|
|
|
read extended metadata from the original filesystem path instead of from the
|
|
|
|
snapshot. This could result in errors if files were removed during the backup
|
|
|
|
process.
|
2024-10-18 20:36:03 +00:00
|
|
|
|
2024-10-22 18:00:39 +00:00
|
|
|
This issue has now been resolved.
|
2024-10-18 20:36:03 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/5063
|
|
|
|
https://github.com/restic/restic/pull/5097
|
|
|
|
https://github.com/restic/restic/pull/5099
|