mirror of
https://github.com/restic/restic.git
synced 2026-09-17 09:47:59 +00:00
9 lines
384 B
Plaintext
9 lines
384 B
Plaintext
Enhancement: Support include filters in the `rewrite` command
|
|
|
|
The `rewrite` command now accepts the same include filter options as the `restore`
|
|
command (`--include`, `--include-file`, `--iinclude`, `--iinclude-file`, and
|
|
short `-i`). Include and exclude filter options are mutually exclusive.
|
|
|
|
https://github.com/restic/restic/issues/4278
|
|
https://github.com/restic/restic/pull/5191
|