mirror of
https://github.com/octoleo/restic.git
synced 2024-11-01 03:12:31 +00:00
11 lines
316 B
Plaintext
11 lines
316 B
Plaintext
Bugfix: The `--use-fs-snapshot` option now works on windows/386
|
|
|
|
Restic failed to create VSS snapshots on windows/386 with the following error:
|
|
|
|
GetSnapshotProperties() failed: E_INVALIDARG (0x80070057)
|
|
|
|
This is now fixed.
|
|
|
|
https://github.com/restic/restic/issues/3087
|
|
https://github.com/restic/restic/pull/3090
|