diff options
Diffstat (limited to 'src')
-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 |