2024-02-04 08:45:14 +00:00
|
|
|
Enhancement: Add --target flag to the dump command
|
|
|
|
|
|
|
|
Restic `dump` always printed to the standard output. It now permits to select a
|
2024-02-05 19:09:58 +00:00
|
|
|
`--target` file to write the output to.
|
2024-02-04 08:45:14 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/4678
|
|
|
|
https://github.com/restic/restic/pull/4682
|