2025-01-10 21:25:09 +01:00
|
|
|
Enhancement: Allow including/excluding extended file attributes during restore
|
2024-12-03 05:33:15 +01:00
|
|
|
|
2025-01-10 21:25:09 +01:00
|
|
|
Restic restore attempts to restore all extended file attributes.
|
2024-12-03 05:33:15 +01:00
|
|
|
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
|
2025-01-10 21:25:09 +01:00
|
|
|
all extended file attributes.
|
2024-12-03 05:33:15 +01:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/5089
|
|
|
|
https://github.com/restic/restic/pull/5129
|