diff options
author | EuAndreh <eu@euandre.org> | 2024-08-28 11:45:08 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-28 11:45:08 -0300 |
commit | 7d3acdcc65373215a21673b085c9f310eec56738 (patch) | |
tree | a27d29133fb9ccbc2625be4038ee5af11944e1d4 | |
parent | src/check: Fix name of btrfs partition that gets checked (diff) | |
download | syskeep-7d3acdcc65373215a21673b085c9f310eec56738.tar.gz syskeep-7d3acdcc65373215a21673b085c9f310eec56738.tar.xz |
src/rc.sh: Add note on how the borg repo is created
-rw-r--r-- | src/rc.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |