+ version 2.0.5 + init.d script + rsync safe script + sample conf + changing email OBS-URL: https://build.opensuse.org/request/show/102274 OBS-URL: https://build.opensuse.org/package/show/network:synchronization:files/lsyncd?expand=0&rev=9
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"}
|
|
} |