From f0b481ad1de9a2dced3d606c5f3df960eb7bf467 Mon Sep 17 00:00:00 2001 From: Jens Kubieziel Date: Sat, 17 Feb 2024 15:39:35 +0100 Subject: [PATCH] too much backticks --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c652ef..0fc16df 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file