1
0
mirror of https://github.com/restic/restic.git synced 2024-06-24 07:46:38 +02:00
restic/changelog/unreleased/issue-4678

9 lines
304 B
Plaintext
Raw Normal View History

2024-02-04 09:45:14 +01: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 20:09:58 +01:00
`--target` file to write the output to.
2024-02-04 09:45:14 +01:00
https://github.com/restic/restic/issues/4678
https://github.com/restic/restic/pull/4682
2024-02-10 18:38:36 +01:00
https://github.com/restic/restic/pull/4692