Merge pull request #4379 from chenxiaolong/symlink_xattrs

Add support for extended attributes on symlinks
This commit is contained in:
Michael Eischer
2023-07-08 16:56:51 +00:00
committed by GitHub
10 changed files with 165 additions and 70 deletions

View File

@@ -0,0 +1,8 @@
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