Add note about non-standard SSH port

dev
hk 2017-06-07 00:19:04 +02:00
parent 10ba96f547
commit 88390f4b52
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
#BORG="/usr/bin/borg"
BORG_REPO="user@reposerver:/srv/borg/$(hostname -f)"
BORG_REPO="<user>@<reposerver>:/srv/borg/$(hostname -f)"
# If using a non-standard SSH port ssh:// have to be specified (per borg v1.0.9)
#BORG_REPO="ssh://<user>@<reposerver>:<ssh_port>/srv/borg/$(hostname -f)"
BORG_PASSPHRASE="longandcomplexpassphrase"
PATHS=(
"/etc"