Rename SSH_REPO to a more specific BORG_REPO

This commit is contained in:
flyingscorpio@arch-desktop 2020-11-02 08:46:02 +01:00
parent a4c4285576
commit 49fa6671d1
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ fi
touch "$cache_file"
# Setting this so the repo does not need to be given on the command line:
BORG_REPO=ssh://"$SSH_REPO":22/~/"$(hostname)".borg
BORG_REPO=ssh://"$BORG_REPO":22/~/"$(hostname)".borg
export BORG_REPO
BORG_PASSPHRASE="$BORG_PASSPHRASE"

View file

@ -4,7 +4,7 @@ SETUP_COCKPIT_EMAIL='john@doe.com'
GIT_EMAIL='john@doe.com'
export SSH_REPO='user@ho.st'
export BORG_REPO='user@ho.st'
export BORG_PASSPHRASE='passphrase'