1
0
mirror of https://github.com/restic/restic.git synced 2024-07-02 08:40:55 +02:00
restic/changelog/unreleased/pull-3081

9 lines
360 B
Plaintext
Raw Normal View History

2020-11-10 02:56:21 +01: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