mirror of https://github.com/restic/restic.git
Add console hilighting to README.rst
This commit is contained in:
parent
5b80cb8b6b
commit
90ba606633
11
README.rst
11
README.rst
|
@ -9,7 +9,12 @@ For detailed usage and installation instructions check out the `documentation <h
|
|||
|
||||
Quick start
|
||||
-----------
|
||||
Once you've `installed <https://restic.readthedocs.io/en/latest/installation.html>`__ restic, start off with creating a repository for your backups::
|
||||
|
||||
Once you've `installed
|
||||
<https://restic.readthedocs.io/en/latest/installation.html>`__ restic, start
|
||||
off with creating a repository for your backups:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ restic init --repo /tmp/backup
|
||||
enter password for new backend:
|
||||
|
@ -18,7 +23,9 @@ Once you've `installed <https://restic.readthedocs.io/en/latest/installation.htm
|
|||
Please note that knowledge of your password is required to access the repository.
|
||||
Losing your password means that your data is irrecoverably lost.
|
||||
|
||||
and add some data::
|
||||
and add some data:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ restic -r /tmp/backup backup ~/work
|
||||
enter password for repository:
|
||||
|
|
Loading…
Reference in New Issue