diff --git a/src/config.sh.example b/src/config.sh.example index 451711c..50a5281 100644 --- a/src/config.sh.example +++ b/src/config.sh.example @@ -1,5 +1,8 @@ #BORG="/usr/bin/borg" -BORG_REPO="user@reposerver:/srv/borg/$(hostname -f)" +BORG_REPO="@:/srv/borg/$(hostname -f)" + +# If using a non-standard SSH port ssh:// have to be specified (per borg v1.0.9) +#BORG_REPO="ssh://@:/srv/borg/$(hostname -f)" BORG_PASSPHRASE="longandcomplexpassphrase" PATHS=( "/etc"