lsyncd/examples/lrsync.lua

13 lines
232 B
Lua
Raw Normal View History

2010-11-13 07:53:04 +00:00
----
-- User configuration file for lsyncd.
--
-- Simple example for default rsync.
--
settings = {
statusFile = "/tmp/lsyncd.stat",
statusIntervall = 1,
}
2010-11-13 16:59:46 +00:00
sync{default.rsync, source="src", target="dst/", excludeFrom="exclude"}
2010-11-13 07:53:04 +00:00