diff --git a/changelog/unreleased/pull-4998 b/changelog/unreleased/pull-4998 new file mode 100644 index 000000000..23ff3dbd2 --- /dev/null +++ b/changelog/unreleased/pull-4998 @@ -0,0 +1,8 @@ +Bugfix: Fix extended attributes handling for VSS snapshots + +Restic was failing to backup extended attributes for VSS snapshots +after the fix for https://github.com/restic/restic/pull/4980. +Restic now correctly handles extended attributes for VSS snapshots. + +https://github.com/restic/restic/pull/4998 +https://github.com/restic/restic/pull/4980