adding documentation reminder about .ssh/config, fixes #3
This commit is contained in:
parent
d924ff85c6
commit
82588528a5
1 changed files with 10 additions and 0 deletions
10
backup.sh
10
backup.sh
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue