From 88208c3db27da33ab9141f10abf384b7a9045221 Mon Sep 17 00:00:00 2001 From: fgma Date: Fri, 13 Nov 2020 21:13:17 +0100 Subject: [PATCH] vss: improved changelog entry --- changelog/unreleased/issue-3090 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog/unreleased/issue-3090 b/changelog/unreleased/issue-3090 index 249342127..f42535c1a 100644 --- a/changelog/unreleased/issue-3090 +++ b/changelog/unreleased/issue-3090 @@ -1,6 +1,7 @@ -Bugfix: --use-fs-snapshot failed on windows/386 +Bugfix: --use-fs-snapshot now works on windows/386 -restic failed to create VSS snapshots on windows/386 because of invalid API calls. +Restic failed to create VSS snapshots on windows/386 with the following error: +"GetSnapshotProperties() failed: E_INVALIDARG (0x80070057)". This is fixed now. https://github.com/restic/restic/issues/3087 https://github.com/restic/restic/pull/3090