-
Hello,
Lsyncd version: Version: 2.2.2
OS - CentOS 7
my config file:
settings {
maxProcesses=2,
logfile="/var/log/lsyncd/lsyncd.log",
statusFile="/var/log/lsyncd/lsyn…
-
Source ubutnu 18.04
lsyncd --version
Version: 2.1.6
settings {
logfile = "/var/log/lsyncd/lsyncd.log",
statusFile = "/var/log/lsyncd/lsyncd.status",
-- statusInterval = 20,
…
yuriw updated
3 years ago
-
Hello
I have some issues when i try to build lsyncd :
cmake .
-- The C compiler identification is GNU 8.2.1
-- The CXX compiler identification is GNU 8.2.1
-- Check for working C compiler: /usr/b…
-
Hello,
Currently running two servers and using lsyncd to synchronize files.
Provisionally, the source server is Server A and the destination server is Server B.
The OS of the two servers are Mi…
A-Wat updated
2 years ago
-
```
Sometimes when you manipulate files in source directory during a sync, rsync
exits with exit code 13 which is treated as critical by lsyncd:
Oct 11 12:33:13 backend2 lsyncd: Error, Unknown exitco…
-
```
Sometimes when you manipulate files in source directory during a sync, rsync
exits with exit code 13 which is treated as critical by lsyncd:
Oct 11 12:33:13 backend2 lsyncd: Error, Unknown exitco…
-
```
Sometimes when you manipulate files in source directory during a sync, rsync
exits with exit code 13 which is treated as critical by lsyncd:
Oct 11 12:33:13 backend2 lsyncd: Error, Unknown exitco…
-
I have these settings:
```
settings {
logfile = "/var/log/lsyncd/lsyncd.log",
statusFile = "/var/log/lsyncd/lsyncd-status.log",
inotifyMode = "CloseWrite or Modify",
…
-
Hi, I am running:
```
root@machine:/# lsyncd -version
Version: 2.2.3
```
in
```
root@machine:/# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSIO…
-
**v2.1.6**
I'm using the following config:
```
settings {
logfile = "/var/log/lsyncd/lsyncd.log",
statusFile = "/var/log/lsyncd/lsyncd-status.log",
statusInterval = 10
}
target…