Merge pull request #2124 from Kidswiss/tar

Ability to dump folders to tar via stdout
This commit is contained in:
Alexander Neumann
2019-04-22 20:58:59 +02:00
6 changed files with 401 additions and 39 deletions

View File

@@ -124,3 +124,13 @@ e.g.:
.. code-block:: console
$ restic -r /srv/restic-repo dump --path /production.sql latest production.sql | mysql
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 format:
.. code-block:: console
$ restic -r /srv/restic-repo dump /home/other/work latest > restore.tar