2020-11-13 20:13:17 +00:00
|
|
|
Bugfix: --use-fs-snapshot now works on windows/386
|
2020-11-12 18:38:22 +00:00
|
|
|
|
2020-11-13 20:13:17 +00:00
|
|
|
Restic failed to create VSS snapshots on windows/386 with the following error:
|
|
|
|
"GetSnapshotProperties() failed: E_INVALIDARG (0x80070057)". This is fixed now.
|
2020-11-12 18:38:22 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/3087
|
|
|
|
https://github.com/restic/restic/pull/3090
|