mirror of
https://github.com/restic/restic.git
synced 2025-07-29 00:33:36 +00:00
9 lines
359 B
Plaintext
9 lines
359 B
Plaintext
Enhancement: Allow including/excluding extended file attributes during `restore`
|
|
|
|
The `restore` command now supports the `--exclude-xattr` and `--include-xattr`
|
|
options to control which extended file attributes will be restored. By default,
|
|
all attributes are restored.
|
|
|
|
https://github.com/restic/restic/issues/5089
|
|
https://github.com/restic/restic/pull/5129
|