mirror of
https://github.com/octoleo/restic.git
synced 2024-11-06 05:17:50 +00:00
9 lines
354 B
Plaintext
9 lines
354 B
Plaintext
Enhancement: Add zip format support to dump
|
|
|
|
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
|
|
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
|