too much backticks
This commit is contained in:
parent
a28a3e164f
commit
f0b481ad1d
1 changed files with 2 additions and 1 deletions
|
@ -67,7 +67,8 @@ You can manually connect to your borg repository. You'll need
|
|||
`
|
||||
Use the following command to export a tar archive:
|
||||
|
||||
`````
|
||||
```
|
||||
BORG_RSH="ssh -i SSH_KEY" borg export-tar ssh://SSH_USER@SSH_HOST/BORG_REPO::BORG_NAME TAR_NAME DIR_NAME
|
||||
```
|
||||
|
||||
Borg will create a tar file with the name `TAR_NAME` and outputs all contents from the directory `DIR_NAME` into it.
|
Loading…
Reference in a new issue