diff --git a/borg_backup.sh b/borg_backup.sh index a598120..dbc87fd 100755 --- a/borg_backup.sh +++ b/borg_backup.sh @@ -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" diff --git a/secrets.template b/secrets.template index 7bc2f16..35e4263 100644 --- a/secrets.template +++ b/secrets.template @@ -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'