dump: add --target option

This commit is contained in:
Srigovind Nayak
2024-02-04 14:15:14 +05:30
committed by Michael Eischer
parent 0f09a8870c
commit 175c14b5c9
3 changed files with 37 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
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