restic/changelog/unreleased/issue-4678

8 lines
261 B
Plaintext
Raw Normal View History

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