lsyncd/examples/lrsync.lua
Axel Kittenberger 71984d8bc6
2010-11-14 09:38:44 +00:00

17 lines
229 B
Lua

----
-- User configuration file for lsyncd.
--
-- Simple example for default rsync.
--
settings = {
statusFile = "/tmp/lsyncd.stat",
statusIntervall = 1,
}
sync{
default.rsync,
source="src",
target="/home/user/dst/",
}