lsyncd/examples/lrsync.lua

17 lines
211 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 {
2010-11-13 07:53:04 +00:00
statusFile = "/tmp/lsyncd.stat",
statusInterval = 1,
2010-11-13 07:53:04 +00:00
}
2010-11-14 09:38:44 +00:00
sync{
default.rsync,
source="src",
target="trg",
2010-11-14 09:38:44 +00:00
}
2010-11-13 07:53:04 +00:00