diff --git a/changelog/unreleased/pull-3081 b/changelog/unreleased/pull-3081 index 89de8a728..34b0dd556 100644 --- a/changelog/unreleased/pull-3081 +++ b/changelog/unreleased/pull-3081 @@ -1,7 +1,7 @@ -Enhancement: Allow whole folder dump in ZIP format +Enhancement: Add zip format support to dump -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 +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 diff --git a/doc/050_restore.rst b/doc/050_restore.rst index 2a636c317..27568d203 100644 --- a/doc/050_restore.rst +++ b/doc/050_restore.rst @@ -128,7 +128,7 @@ e.g.: It is also possible to ``dump`` the contents of a whole folder structure to stdout. To retain the information about the files and folders Restic will -output the contents in the tar (default) or zip formats: +output the contents in the tar (default) or zip format: .. code-block:: console