-
If there is an error while transferring files to remote server, lsynced stops working and works only when the service is restarted.
This is my how my /etc/lsyncd/lsyncd.conf.lua file looks :
sett…
-
Hi,
I am using lsyncd to monitor an entire filesystem (~500 gb with 1250000 folder watches). Using lsyncd level 2 config, I call a shell script to echo the event.pathname to a timestamped file. This …
-
I want to sync files/directories over ssh to target server by specifying a non-root user. If I do,
`ssh dummyuser@targetserverip`
it works fine. But if I run lsyncd via systemd, it throws error …
-
[inotify + rsync]
使用 inotify 监控文件系统的活动
https://www.ibm.com/developerworks/cn/linux/l-ubuntu-inotify/index.html
-
This is my how my /etc/lsyncd/lsyncd.conf.lua file looks :
settings = {
logfile = "/var/log/lsyncd/lsyncd.log",
statusFile = "/var/log/lsyncd/lsyncd.status",
statusInter…
-
Hello,
when I'm doing batch operating, i.e. removing 100k+ files, the lsyncd get stuck. In logs I can see this:
```
root@s2-master:~# docker logs --tail 100 lsyncd
/data/2lt/v0ko8_jogurt-ovoce…
-
I'm observing the same behaviour as issue #121 with version 2.1.4. I've commented on that issue but can't reopen it so I'm opening a new one.
I noticed the problem because my laptop got overheated a…
-
```
I have a large directory tree (hundreds of thousands of directories) that I was
trying to get to sync w/ lsyncd but the initial rsync process takes a very long
time. I think because of this, th…
-
```
I have a large directory tree (hundreds of thousands of directories) that I was
trying to get to sync w/ lsyncd but the initial rsync process takes a very long
time. I think because of this, th…
-
Hello! I added a new source for synchronization when synchronization runs manually - lsyncd /etc/lsyncd.conf, it works, but auto sync for source 2 doesn't work.
My configuration file:
`settings …