diff options
author | EuAndreh <eu@euandre.org> | 2023-03-13 10:48:58 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-13 10:48:58 -0300 |
commit | 49bdb6cfc97dbab5f203a2306fe0fa8ae6e22bc2 (patch) | |
tree | 3d4470017e45ba4949f2f2c2cfa76002f65efe62 | |
parent | git-post-receive.sh: Derive $LOGS_DIR from repository directory name (diff) | |
download | toph-49bdb6cfc97dbab5f203a2306fe0fa8ae6e22bc2.tar.gz toph-49bdb6cfc97dbab5f203a2306fe0fa8ae6e22bc2.tar.xz |
src/infrastructure/config/rc.sh: Fix address to rsync.net account
Notes
See CI logs with:
git notes --ref=refs/notes/ci-logs show 49bdb6cfc97dbab5f203a2306fe0fa8ae6e22bc2
git notes --ref=refs/notes/ci-data show 49bdb6cfc97dbab5f203a2306fe0fa8ae6e22bc2
Exit status: 0
Duration: 14
-rw-r--r-- | src/infrastructure/config/rc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infrastructure/config/rc.sh b/src/infrastructure/config/rc.sh index c92df73..32e1c68 100644 --- a/src/infrastructure/config/rc.sh +++ b/src/infrastructure/config/rc.sh @@ -45,7 +45,7 @@ export RLWRAP_HOME="$XDG_CACHE_HOME"/rlwrap export GUILE_HISTORY="$XDG_STATE_HOME"/guile-history HOSTNAME="$(hostname)" -export BORG_REPO="20931@hk-s020.rsync.net:borg/$HOSTNAME" +export BORG_REPO="zh3051@zh3051.rsync.net:borg/$HOSTNAME" export BORG_REMOTE_PATH='borg1' export BORG_PASSCOMMAND='cat /opt/secrets/borg-passphrase.txt' |