forked from TrueCloudLab/restic
manual: typo fix
This commit is contained in:
parent
5c75a98053
commit
7090c5ceeb
1 changed files with 1 additions and 1 deletions
|
@ -592,7 +592,7 @@ information. Just specify the tags for a snapshot one by one with ``--tag``:
|
|||
|
||||
.. code-block:: console
|
||||
|
||||
$ restic -r /tmp/backup backup --tag projectX -tag foo --tag bar ~/work
|
||||
$ restic -r /tmp/backup backup --tag projectX --tag foo --tag bar ~/work
|
||||
[...]
|
||||
|
||||
The tags can later be used to keep (or forget) snapshots with the ``forget``
|
||||
|
|
Loading…
Reference in a new issue