2022-05-26 20:32:44 +00:00
|
|
|
Bugfix: Support non-UTF8 paths as symlink target
|
|
|
|
|
2023-07-27 19:52:04 +00:00
|
|
|
Restic versions before 0.16.0 did not correctly `backup` and `restore` symlinks
|
2022-05-26 20:32:44 +00:00
|
|
|
that contain a non-UTF8 target. Note that this only affects system that still
|
|
|
|
use a non-Unicode encoding for filesystem paths.
|
|
|
|
|
|
|
|
We have extended the repository format to add support for such symlinks. Please
|
2023-07-27 19:52:04 +00:00
|
|
|
note that at least restic version 0.16.0 must be used for both `backup` and
|
|
|
|
`restore` to correctly handle non-UTF8 symlink targets.
|
2022-05-26 20:32:44 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/3311
|
|
|
|
https://github.com/restic/restic/pull/3802
|