mirror of
https://github.com/restic/restic.git
synced 2025-12-02 12:22:02 +00:00
Merge pull request #5129 from tesshuflower/5089_exclude_xattrs_on_restore
Allow excluding xattrs at restore time
This commit is contained in:
13
changelog/unreleased/issue-5089
Normal file
13
changelog/unreleased/issue-5089
Normal file
@@ -0,0 +1,13 @@
|
||||
Enhancement: Allow including/excluding extended file attributes during restore
|
||||
|
||||
Restic restore attempts to restore all extended file attributes.
|
||||
Now two new command line flags are added to restore to control which
|
||||
extended file attributes will be restored.
|
||||
|
||||
The new flags are `--exclude-xattr` and `--include-xattr`.
|
||||
|
||||
If the flags are not provided, restic will default to restoring
|
||||
all extended file attributes.
|
||||
|
||||
https://github.com/restic/restic/issues/5089
|
||||
https://github.com/restic/restic/pull/5129
|
||||
Reference in New Issue
Block a user