2023-04-23 20:09:52 +00:00
|
|
|
Bugfix: Make `dump` interpret `--host` and `--path` correctly
|
2023-02-17 15:13:46 +00:00
|
|
|
|
2023-04-23 10:40:29 +00: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.
|
2023-02-17 15:13:46 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/4211
|
|
|
|
https://github.com/restic/restic/pull/4212
|