summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-28 11:45:08 -0300
committerEuAndreh <eu@euandre.org>2024-08-28 11:45:08 -0300
commit7d3acdcc65373215a21673b085c9f310eec56738 (patch)
treea27d29133fb9ccbc2625be4038ee5af11944e1d4
parentsrc/check: Fix name of btrfs partition that gets checked (diff)
downloadsyskeep-7d3acdcc65373215a21673b085c9f310eec56738.tar.gz
syskeep-7d3acdcc65373215a21673b085c9f310eec56738.tar.xz
src/rc.sh: Add note on how the borg repo is created
-rw-r--r--src/rc.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rc.sh b/src/rc.sh
index c0787f2..8e918ed 100644
--- a/src/rc.sh
+++ b/src/rc.sh
@@ -52,6 +52,7 @@ HOSTNAME="$(hostname)"
export BORG_REPO="$(cat /etc/offsite-ssh.txt):borg/$HOSTNAME"
export BORG_REMOTE_PATH='borg1'
export BORG_PASSCOMMAND='cat /opt/secrets/borg-passphrase.txt'
+# repo created with: borg init -e repokey-blake2
export GIT_CONFIG_GLOBAL=/etc/gitconfig