2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-22 22:58:26 +00:00

9 lines
360 B
Plaintext
Raw Normal View History

2020-11-10 04:56:21 +03:00
Enhancement: Allow whole folder dump in ZIP format
Previously, restic can dump the contents of a whole folder structure only
in the tar format. The `dump` command now have a new flag to change output
format to zip. Just pass `--archive zip` as an option to `restic dump`.
https://github.com/restic/restic/pull/2433
https://github.com/restic/restic/pull/3081