aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/cronjobs/borg.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/cronjobs/borg.sh b/scripts/cronjobs/borg.sh
index c0c69e5..bd6325f 100644
--- a/scripts/cronjobs/borg.sh
+++ b/scripts/cronjobs/borg.sh
@@ -1,13 +1,12 @@
#!/usr/bin/env bash
set -Eeuo pipefail
-# FIXME: get SSH environment from /data/secrets/ ?
+# shellcheck disable=SC1090
. "${HOME}/.ssh/environment" > /dev/null
BORG_PASSPHRASE="$(cat /data/secrets/borg-passphrase.txt)"
export BORG_PASSPHRASE
R='16686@ch-s010.rsync.net'
-borg init FIXME
borg create \
--verbose \
--stats \