readme
This commit is contained in:
11
README.md
11
README.md
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
Masync allows you to mirror and keep synchronised an arbitraries number of folders on one or more remote servers with local folders.
|
Masync allows you to mirror and keep synchronised an arbitraries number of folders on one or more remote servers with local folders.
|
||||||
|
|
||||||
## Dependencies
|
## dependencies
|
||||||
|
|
||||||
Masync use inotifywait for listening changes on local folders and keep it in sync with remote folders.
|
Masync use inotifywait for listening changes on local folders and keep it in sync with remote folders.
|
||||||
Before using it, please install **inotify-tools** package on your distribution
|
Before using it, please install **inotify-tools** package on your favorite distribution
|
||||||
|
|
||||||
```
|
```
|
||||||
apt-get install inotify-tools
|
apt-get install inotify-tools
|
||||||
@ -14,3 +14,10 @@ Before using it, please install **inotify-tools** package on your distribution
|
|||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You must have access to the servers containing the remote folders via ssh and a private key, so
|
||||||
|
|
||||||
|
* install the ssh daemon on your server
|
||||||
|
* generate a key pair with ssh-keygen
|
||||||
|
* add the public key to the authorised keys on server side
|
||||||
|
* edit the ssh config so that you can access with ssh to the server
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user