mirror of
https://github.com/restic/restic.git
synced 2025-10-29 11:59:33 +00:00
* polish changelogs * Additional changelog polishing * fix test failure * Correct changelog for recover command --------- Co-authored-by: Leo R. Lundgren <leo@finalresort.org>
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
|