lsyncd/examples/lrsync.lua
Axel Kittenberger 60a14c262f
2010-11-13 07:53:04 +00:00

13 lines
209 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="dst/"}