2021-02-14 00:57:54 +01:00
|
|
|
Bugfix: The `--use-fs-snapshot` option now works on windows/386
|
2020-11-12 19:38:22 +01:00
|
|
|
|
2020-11-13 21:13:17 +01:00
|
|
|
Restic failed to create VSS snapshots on windows/386 with the following error:
|
2021-02-14 00:57:54 +01:00
|
|
|
|
|
|
|
GetSnapshotProperties() failed: E_INVALIDARG (0x80070057)
|
|
|
|
|
|
|
|
This is now fixed.
|
2020-11-12 19:38:22 +01:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/3087
|
|
|
|
https://github.com/restic/restic/pull/3090
|