Update pathnames in example config file to match the code.

pull/36/head
Jody 9 years ago
parent 5076bf2a93
commit a7a77907bc

@ -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"

Loading…
Cancel
Save