This commit is contained in:
Michael Eischer
2026-05-15 21:53:21 +02:00
parent 684c3eaec4
commit 0127d215b2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
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
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.
+1 -1
View File
@@ -1,6 +1,6 @@
Bugfix: Correctly restore ACL inheritance state on Windows
Since security descriptor backups were added in restic 0.17.0, Access Control Entries
Since security descriptor backups were added in restic 0.17.0, Access Control Entry
inheritance was not restored correctly on Windows: restored permissions were always marked
as explicit (not inherited) even when they were inherited from a parent folder.