mirror of
https://github.com/octoleo/restic.git
synced 2024-11-27 23:36:40 +00:00
8 lines
259 B
Plaintext
8 lines
259 B
Plaintext
|
Enhancement: Add --target flag to the dump command
|
||
|
|
||
|
Restic `dump` always printed to the standard output. It now permits to select a
|
||
|
`--target` file to print the output.
|
||
|
|
||
|
https://github.com/restic/restic/issues/4678
|
||
|
https://github.com/restic/restic/pull/4682
|