13 lines
220 B
Plaintext
13 lines
220 B
Plaintext
settings {
|
|
logfile = "/tmp/lsyncd.log",
|
|
statusFile = "/tmp/lsyncd.status",
|
|
nodaemon = true,
|
|
}
|
|
|
|
sync {
|
|
default.rsync,
|
|
source = "/sync/local_files",
|
|
target = "/sync/remote_files",
|
|
init = false,
|
|
}
|