chore: update github branch with changes from master #1

Closed
jordanwalster wants to merge 2 commits from master into github
Showing only changes of commit 4c190dd1bb - Show all commits

View File

@@ -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@<containter ip>:/opt/borg/<repository name>
borg init -e repokey borg@[IP]:/opt/borg/<repository name>
```
If you have selected another port other than 22, you can change the port used by borg by running `export BORG_RSH="ssh -p <port>"` on the client running the backup command.