17 lines
340 B
Plaintext
17 lines
340 B
Plaintext
|
|
settings = {
|
||
|
|
statusFile = "/var/log/lsyncd/lsyncd.status",
|
||
|
|
nodaemon = false,
|
||
|
|
statusInterval = 5,
|
||
|
|
maxDelays = 10,
|
||
|
|
maxProcesses = 10,
|
||
|
|
}
|
||
|
|
|
||
|
|
--##Rsyslog
|
||
|
|
sync{
|
||
|
|
default.rsyncssh,
|
||
|
|
host="user@server",
|
||
|
|
source="/etc/rsyslog.d",
|
||
|
|
targetdir="/etc/rsyslog.d",
|
||
|
|
rsyncBinary="/etc/lsyncd/rsync_sudo.sh",
|
||
|
|
rsyncOpts={"-rltusogp"}
|
||
|
|
}
|