mirror of
https://github.com/octoleo/restic.git
synced 2024-12-22 10:58:55 +00:00
Add 'dump' to manual
This commit is contained in:
parent
beaf55f1fc
commit
99b6163e27
@ -71,3 +71,12 @@ hard links from a fuse mount should be done by a program that preserves
|
|||||||
hard links. A program that does so is ``rsync``, used with the option
|
hard links. A program that does so is ``rsync``, used with the option
|
||||||
--hard-links.
|
--hard-links.
|
||||||
|
|
||||||
|
Printing files to stdout
|
||||||
|
========================
|
||||||
|
|
||||||
|
Sometimes it's helpful to print files to stdout so that other programs can read
|
||||||
|
the data directly. This can be achieved by using the `dump` command, like this:
|
||||||
|
|
||||||
|
.. code-block:: console
|
||||||
|
|
||||||
|
$ restic -r /tmp/backup dump latest production.sql | mysql
|
||||||
|
Loading…
Reference in New Issue
Block a user