From 7606b0e10f4b7ebc5d80cb15953a77b68292e066 Mon Sep 17 00:00:00 2001 From: Jordan Walster Date: Thu, 20 Feb 2025 14:18:06 +0000 Subject: [PATCH] chore: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e83d95..2449234 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ To use this container, run the supplied `docker-compose.yml` and substitute the Create your first repository against the container using: ``` -borg init -e repokey borg@:/opt/borg/ +borg init -e repokey borg@[IP]:/opt/borg/ ``` If you have selected another port other than 22, you can change the port used by borg by running `export BORG_RSH="ssh -p "` on the client running the backup command.