adding documentation reminder about .ssh/config, fixes #3

This commit is contained in:
Andrew Davidson 2020-02-26 12:30:26 -05:00
parent d924ff85c6
commit 82588528a5
Signed by: amd
GPG key ID: 17AF8F2A49CF25C6

View file

@ -50,6 +50,16 @@ DESTINATION=$2
###
source ~/.env
###
# For the borg backup to work properly, the backup host should be
# configured in `$HOME/.ssh/config`:
# Host backup
# Hostname backup.hostname
# Port 22
# User backupuser
###
case $DESTINATION in
"royal")
case $ACTION in