bugfix in doc
This commit is contained in:
parent
4faedc7dbe
commit
789de88ca3
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue