From 789de88ca378cf966b5126580445908eb0401962 Mon Sep 17 00:00:00 2001 From: Pierre CLEMENT Date: Tue, 6 May 2014 23:16:04 +0200 Subject: [PATCH] bugfix in doc --- sync.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.conf b/sync.conf index 91a2817..fab11e0 100755 --- a/sync.conf +++ b/sync.conf @@ -12,7 +12,7 @@ SYNC_ID="sync_test" ## Directories to synchronize. Master must be on the system Osync runs on. Slave can be either a local directory, or a remote one. MASTER_SYNC_DIR="/home/git/osync/test/dir1" #SLAVE_SYNC_DIR="/home/git/osync/test/dir2" -SLAVE_SYNC_DIR=""ssh://user@host.com:22//path/to/dir2" +SLAVE_SYNC_DIR="ssh://user@host.com:22//path/to/dir2" ## If slave replica is a remote directory, you must specifiy a RSA key (please use full path). Please see documentation for further information. SSH_RSA_PRIVATE_KEY="/home/backupuser/.ssh/id_rsa"