From 72c0105387435009b04c91ffee09a99a8fc52758 Mon Sep 17 00:00:00 2001 From: deajan Date: Wed, 19 Oct 2016 12:28:48 +0200 Subject: [PATCH] Added ssh password file option --- sync.conf.example | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sync.conf.example b/sync.conf.example index e05e780..bc31fc2 100644 --- a/sync.conf.example +++ b/sync.conf.example @@ -2,7 +2,7 @@ ###### osync - Rsync based two way sync engine with fault tolerance ###### (C) 2013-2016 by Orsiris de Jong (www.netpower.fr) -###### osync v1.1x / v1.2x config file rev 2016081901 +###### osync v1.1x / v1.2x config file rev 2016101901 ## ---------- GENERAL OPTIONS @@ -20,6 +20,9 @@ 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). +SSH_PASSWORD_FILE="" + ## Create sync directories if they do not exist CREATE_DIRS=no