restic/changelog/0.15.2_2023-04-24/issue-4211

9 lines
374 B
Plaintext
Raw Permalink Normal View History

2023-04-23 22:09:52 +02:00
Bugfix: Make `dump` interpret `--host` and `--path` correctly
2023-04-23 12:40:29 +02:00
A regression in restic 0.15.0 caused `dump` to confuse its `--host=<host>` and
`--path=<path>` options: it looked for snapshots with paths called `<host>`
from hosts called `<path>`. It now treats the options as intended.
https://github.com/restic/restic/issues/4211
https://github.com/restic/restic/pull/4212