mirror of
https://github.com/octoleo/restic.git
synced 2024-11-05 04:47:51 +00:00
d05c88a5d6
In #2584 this was changed to use the uid/gid of the root node. This would be okay for the top-level directory of a snapshot, however, this change also applied to normal directories within a snapshot. This change reverts the problematic part and adds a test that directory attributes are represented correctly.
9 lines
349 B
Plaintext
9 lines
349 B
Plaintext
Bugfix: Use correct directory owner in fuse mount
|
|
|
|
Restic 0.10.0 changed the fuse mount to always report the current user
|
|
as the owner of directories within the fuse mount, which is incorrect.
|
|
We have changed this back to use the correct owner of a directory.
|
|
|
|
https://github.com/restic/restic/issues/2563
|
|
https://github.com/restic/restic/pull/3141
|