2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-25 03:52:36 +00:00
restic/changelog/0.16.0_2023-07-31/issue-4375
2023-07-31 20:22:50 +02:00

9 lines
357 B
Plaintext

Enhancement: Add support for extended attributes on symlinks
Restic now supports extended attributes on symlinks when backing up,
restoring, or FUSE-mounting snapshots. This includes, for example, the
`security.selinux` xattr on Linux distributions that use SELinux.
https://github.com/restic/restic/issues/4375
https://github.com/restic/restic/pull/4379