Closed GoogleCodeExporter closed 9 years ago
Lsyncd has a built in delay by design. By default it is 15 seconds. This is to
be able to aggregate several changes into one rsync call. You can change that
with the delay parameter. E.g.:
sync{default.rsync, source="dir", target="dir", delay=3}
If you set it to 0 it will do at as instant as possible. But be also aware in
that case it wont aggregate much changes and will call rsync excessively.
Original comment by axk...@gmail.com
on 26 May 2011 at 11:26
Thanks your hints. It helps me to narrow down my problem.
I find some of my sub-folders can be sync., some cannot. It is due to my config
file include the "excludeFrom", and i find the format must be:
XXX/XXX/
XXX/XXX/
which the end must be added "/", i have the above problem when "XXX/XXX"
Original comment by chungyan5@gmail.com
on 27 May 2011 at 4:38
I suppose this is done?
Original comment by axk...@gmail.com
on 18 Aug 2011 at 9:29
yes, solved, thanks
Original comment by chungyan5@gmail.com
on 19 Aug 2011 at 2:02
Original issue reported on code.google.com by
chungyan5@gmail.com
on 26 May 2011 at 11:17