From 65d90641bb626212aa0b05dcab6765d0e2bb42b1 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Wed, 13 May 2026 22:44:22 +0200 Subject: [PATCH] add changelog for windows hardlink count fix --- changelog/unreleased/pull-21784 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelog/unreleased/pull-21784 diff --git a/changelog/unreleased/pull-21784 b/changelog/unreleased/pull-21784 new file mode 100644 index 000000000..012505234 --- /dev/null +++ b/changelog/unreleased/pull-21784 @@ -0,0 +1,9 @@ +Bugfix: Support exporting a `restic mount` of a Windows system via Samba + +A repository mounted using `restic mount` on a POSIX system, could not use +Samba to export files from restic backups of Windows systems. Backups of +other systems were not affected. This has been fixed. + +https://github.com/restic/restic/pull/21784 +https://github.com/restic/restic/issues/2034 +https://github.com/restic/restic/issues/4382