diff options
author | EuAndreh <eu@euandre.org> | 2019-06-05 19:09:10 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-05 19:10:57 -0300 |
commit | d79c397db73546214e2dd2717d1f2f139f10a182 (patch) | |
tree | 36ce8c11279f0655ea2494bb136c59cdf5c0fc47 /scripts/box | |
parent | Change permission of borg client key (diff) | |
download | toph-d79c397db73546214e2dd2717d1f2f139f10a182.tar.gz toph-d79c397db73546214e2dd2717d1f2f139f10a182.tar.xz |
Use specific known keys for connecting with the backup server
Diffstat (limited to 'scripts/box')
-rwxr-xr-x | scripts/box/run-backup.env.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/box/run-backup.env.sh b/scripts/box/run-backup.env.sh index e1ecdf0..bd506e9 100755 --- a/scripts/box/run-backup.env.sh +++ b/scripts/box/run-backup.env.sh @@ -2,7 +2,7 @@ export BORG_REMOTE_PATH="${BORG_REMOTE_PATH}" export BORG_PASSPHRASE="${BORG_PASSPHRASE}" -# The configured $BORG_REPO is already the rsync.net remote. +# The configured $BORG_REPO is already the rsync remote. # No need to send the files after the backup is done. borg create \ --verbose \ |