add changelog for windows hardlink count fix

This commit is contained in:
Michael Eischer
2026-05-13 22:44:22 +02:00
parent 4f781b69f9
commit 65d90641bb
+9
View File
@@ -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