mirror of
https://github.com/restic/restic.git
synced 2024-12-26 09:47:49 +00:00
fdc738fb70
Fixes #3667.
8 lines
317 B
Text
8 lines
317 B
Text
Bugfix: restic mount now reports symlinks sizes
|
|
|
|
Symlinks used to have size zero in restic mountpoints, confusing some
|
|
third-party tools. They now have a size equal to the byte length of their
|
|
target path, as required by POSIX.
|
|
|
|
https://github.com/restic/restic/issues/3667
|
|
https://github.com/restic/restic/pull/3668
|