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