mirror of
https://github.com/restic/restic.git
synced 2026-06-25 18:14:17 +00:00
10 lines
427 B
Plaintext
10 lines
427 B
Plaintext
Bugfix: Support serving a `restic mount` of a Windows system via Samba
|
|
|
|
A repository mounted using `restic mount` on a POSIX system could not use
|
|
Samba to serve files from backups of Windows systems, while backups of
|
|
non-Windows systems could be served successfully. This has now been fixed.
|
|
|
|
https://github.com/restic/restic/issues/2034
|
|
https://github.com/restic/restic/issues/4382
|
|
https://github.com/restic/restic/pull/21784
|