Update pathnames in example config file to match the code.
This commit is contained in:
parent
5076bf2a93
commit
a7a77907bc
|
@ -10,8 +10,8 @@
|
||||||
SYNC_ID="sync_test"
|
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.
|
## 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"
|
INITIATOR_SYNC_DIR="/home/git/osync/dir1"
|
||||||
SLAVE_SYNC_DIR="/home/git/osync/dir2"
|
TARGET_SYNC_DIR="/home/git/osync/dir2"
|
||||||
#SLAVE_SYNC_DIR="ssh://backupuser@yourhost.old:22//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.
|
## 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"
|
SSH_RSA_PRIVATE_KEY="/home/backupuser/.ssh/id_rsa"
|
||||||
|
|
Loading…
Reference in New Issue