2021-02-13 23:57:54 +00:00
|
|
|
Enhancement: Make the `dump` command support `zip` format
|
2020-11-10 01:56:21 +00:00
|
|
|
|
2020-12-18 22:16:15 +00:00
|
|
|
Previously, restic could dump the contents of a whole folder structure only
|
2021-02-13 23:57:54 +00:00
|
|
|
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`.
|
2020-11-10 01:56:21 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/pull/2433
|
|
|
|
https://github.com/restic/restic/pull/3081
|