-
```
I have now 4 servers synchronized by lsyncd. 3 servers are synchronizing its
content to server A and server A is synchronyzing its content to other three
servers. This configuration is working f…
-
```
I have now 4 servers synchronized by lsyncd. 3 servers are synchronizing its
content to server A and server A is synchronyzing its content to other three
servers. This configuration is working f…
-
Great tool! I think this will work well for remote development from my Android phone. I had to do the following to get it compiled with Termux. Not sure if these can be worked into the build process b…
-
Using 2.1.4 on ubuntu 12.04:
Is the list of rsync options in the 2.1 manual exclusive? I tried to use the --remove-source-files options, so that lsyncd would sync and remove files from the source, bu…
-
1. There is a directory includes backslash. There is two files in this directory.
$ ls /path/to
hoge\hoge
$ ls /path/to/hoge\hoge
a b
2. delete directory.
$ rm -r /path/to/hoge\hoge
3. Lsyn…
-
OS: Ubuntu 16.04 amd64
lsyncd version: 2.1.5
The lsyncd configuration file is as follows:
```
settings {
logfile = "/var/log/lsyncd/lsyncd.log",
statusFile = "/var/log/lsyncd/ls…
-
target dir is not sync from source dir.it is only sync when I restart rsync.
Info
Ubuntu 16.04
lsyncd -version
Version: 2.2.3
-
Any known reason why syncing would happen to on instance in a LB group and not another? I've tested shh from the master to the box using the pub key setup and it works. Same directory structure, etc.
…
-
Would it be possible to eventually implement the possibility of including other files in the config file? For example, there could be /etc/lsyncd.conf and /etc/lsyncd.d/*.conf. It would be easier to…
-
Now only inotify on linux works, possible people don't have yet tested on Mac OS X but a feature using fsevents would be nice.
As reference this project could be used which implements both inotify a…