2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-27 15:26:37 +00:00
restic/changelog/0.17.0_2024-07-26/issue-4678

9 lines
312 B
Plaintext
Raw Normal View History

2024-07-22 22:19:22 +00:00
Enhancement: Add `--target` option to the `dump` command
2024-02-04 08:45:14 +00:00
2024-07-22 22:19:22 +00:00
Restic `dump` always printed to the standard output. It now supports specifying
a `--target` file to write its output to.
2024-02-04 08:45:14 +00:00
https://github.com/restic/restic/issues/4678
https://github.com/restic/restic/pull/4682
2024-02-10 17:38:36 +00:00
https://github.com/restic/restic/pull/4692