forked from TrueCloudLab/restic
Some gramma fixes in documentation
This commit is contained in:
parent
ef1aeb8724
commit
da9053b184
2 changed files with 4 additions and 4 deletions
|
@ -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
|
Previously, restic could dump the contents of a whole folder structure only
|
||||||
in the tar format. The `dump` command now have a new flag to change output
|
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`.
|
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/2433
|
||||||
|
|
|
@ -128,7 +128,7 @@ e.g.:
|
||||||
|
|
||||||
It is also possible to ``dump`` the contents of a whole folder structure to
|
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
|
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
|
.. code-block:: console
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue