too much backticks

This commit is contained in:
Jens Kubieziel 2024-02-17 15:39:35 +01:00
parent a28a3e164f
commit f0b481ad1d

View file

@ -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.