mirror of
https://github.com/restic/restic.git
synced 2026-05-16 07:05:24 +00:00
10 lines
410 B
Plaintext
10 lines
410 B
Plaintext
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/issues/2034
|
|
https://github.com/restic/restic/issues/4382
|
|
https://github.com/restic/restic/pull/21784
|