mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 08:16:54 +00:00
docs/usage: fix literal/emph without end-string (two instances)
This commit is contained in:
parent
64428da030
commit
bf3a1f0c33
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
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**:
|
||||
|
@ -437,7 +437,7 @@ Notes
|
|||
|
||||
- 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
|
||||
'*/.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.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue