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"