Rename SSH_REPO to a more specific BORG_REPO
This commit is contained in:
parent
a4c4285576
commit
49fa6671d1
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue