1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-23 16:26:29 +00:00

docs/usage: fix literal/emph without end-string (two instances)

This commit is contained in:
Marian Beermann 2016-11-27 20:18:27 +01:00
parent 64428da030
commit bf3a1f0c33

View file

@ -42,7 +42,7 @@ Note: you may also prepend a ``file://`` to a filesystem path to get URL style.
``user@host:~other/path/to/repo`` - path relative to other's home directory ``user@host:~other/path/to/repo`` - path relative to other's home directory
Note: giving ``user@host:/./path/to/repo`` or ``user@host:/~/path/to/repo`` or Note: giving ``user@host:/./path/to/repo`` or ``user@host:/~/path/to/repo`` or
``user@host:/~other/path/to/repo``is also supported, but not required here. ``user@host:/~other/path/to/repo`` is also supported, but not required here.
**Remote repositories with relative pathes, alternative syntax with port**: **Remote repositories with relative pathes, alternative syntax with port**:
@ -437,7 +437,7 @@ Notes
- the --exclude patterns are not like tar. In tar --exclude .bundler/gems will - the --exclude patterns are not like tar. In tar --exclude .bundler/gems will
exclude foo/.bundler/gems. In borg it will not, you need to use --exclude exclude foo/.bundler/gems. In borg it will not, you need to use --exclude
'*/.bundler/gems' to get the same effect. See ``borg help patterns`` for '\*/.bundler/gems' to get the same effect. See ``borg help patterns`` for
more information. more information.