From f85efe97d45a30cda023b7784b591fb375bb4c94 Mon Sep 17 00:00:00 2001 From: deajan Date: Wed, 19 Oct 2016 12:31:20 +0200 Subject: [PATCH] Added sshpass comment --- sync.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.conf.example b/sync.conf.example index bc31fc2..761cf02 100644 --- a/sync.conf.example +++ b/sync.conf.example @@ -20,7 +20,7 @@ TARGET_SYNC_DIR="/home/git/osync/dir2" ## If the target system is remote, you can specify a RSA key (please use full path). If not defined, the default ~/.ssh/id_rsa will be used. See documentation for further information. SSH_RSA_PRIVATE_KEY="/home/backupuser/.ssh/id_rsa" -## Alternatively, you may specify an SSH password file (less secure). +## Alternatively, you may specify an SSH password file (less secure). Needs sshpass utility installed. SSH_PASSWORD_FILE="" ## Create sync directories if they do not exist