restic/changelog/unreleased/pull-3081

9 lines
354 B
Plaintext
Raw Normal View History

2020-12-18 23:16:15 +01:00
Enhancement: Add zip format support to dump
2020-11-10 02:56:21 +01:00
2020-12-18 23:16:15 +01:00
Previously, restic could dump the contents of a whole folder structure only
in the tar format. The `dump` command now has a new flag to change output
2020-11-10 02:56:21 +01:00
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