diff options
Diffstat (limited to 'scripts/box')
-rwxr-xr-x | scripts/box/bash-profile.sh (renamed from scripts/box/bash-aliases.sh) | 1 | ||||
-rwxr-xr-x | scripts/box/run-backup.env.sh (renamed from scripts/box/run-backup-template.sh) | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/scripts/box/bash-aliases.sh b/scripts/box/bash-profile.sh index 4ef035d..e24d333 100755 --- a/scripts/box/bash-aliases.sh +++ b/scripts/box/bash-profile.sh @@ -1,3 +1,4 @@ #!/usr/bin/env bash alias l="ls -lahp --color" +cd /home/vps/ diff --git a/scripts/box/run-backup-template.sh b/scripts/box/run-backup.env.sh index 34184b9..e1ecdf0 100755 --- a/scripts/box/run-backup-template.sh +++ b/scripts/box/run-backup.env.sh @@ -2,6 +2,8 @@ export BORG_REMOTE_PATH="${BORG_REMOTE_PATH}" export BORG_PASSPHRASE="${BORG_PASSPHRASE}" +# The configured $BORG_REPO is already the rsync.net remote. +# No need to send the files after the backup is done. borg create \ --verbose \ --stats \ |