From d2134902c2e7482a39fe793622ccd555d45dfe6d Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Mon, 15 Apr 2019 19:54:07 +0100 Subject: [PATCH] update doc --- home.admin/_background.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/_background.sh b/home.admin/_background.sh index ffbdbef..1bc602b 100644 --- a/home.admin/_background.sh +++ b/home.admin/_background.sh @@ -176,7 +176,7 @@ do # check if a SCP backup target is set # paramter in raspiblitz.conf: - # scpBackupTarget='[USER]@s[SERVER]:[DIRPATH-WITHOUT-ENDING-/]' + # scpBackupTarget='[USER]@[SERVER]:[DIRPATH-WITHOUT-ENDING-/]' # On target server add the public key of your RaspiBlitz to the authorized_keys for the user # https://www.linode.com/docs/security/authentication/use-public-key-authentication-with-ssh/ if [ ${#scpBackupTarget} -gt 0 ]; then