From a7a77907bc1808cf94eba990eddebd67481a780d Mon Sep 17 00:00:00 2001 From: Jody Date: Tue, 15 Sep 2015 00:01:51 -0700 Subject: [PATCH] Update pathnames in example config file to match the code. --- sync.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sync.conf b/sync.conf index ff37f4f..a421873 100644 --- a/sync.conf +++ b/sync.conf @@ -10,8 +10,8 @@ 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/dir1" -SLAVE_SYNC_DIR="/home/git/osync/dir2" +INITIATOR_SYNC_DIR="/home/git/osync/dir1" +TARGET_SYNC_DIR="/home/git/osync/dir2" #SLAVE_SYNC_DIR="ssh://backupuser@yourhost.old:22//home/git/osync/dir2" ## If slave replica is a remote directory, you must specify a RSA key (please use full path). Please see documentation for further information. SSH_RSA_PRIVATE_KEY="/home/backupuser/.ssh/id_rsa"