[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] a daemon to continuously synchronize directory trees
- From: Leo Razoumov <slonik.az@...>
- Date: Thu, 2 Dec 2010 08:48:34 -0500
On Thu, Dec 2, 2010 at 08:39, Axel Kittenberger <axkibe@gmail.com> wrote:
> Dear Lua community,
>
> There is now yet another project now taking use of Lua! Lsyncd version 2
>
> http://code.google.com/p/lsyncd/
>
> Lsyncd watches local directory trees via an event monitor interface
> (right now only Linux inotify). It aggregates and combines events for
> a few seconds and then spawns one (or more) process(es) to synchronize
> the changes to remote instances. By default this is rsync. Lsyncd is
> thus a light-weight live mirror solution that is comparatively easy to
> install not requiring new filesystems or blockdevices and does not
> hamper local filesystem performance (compare to "big" solutions like
> DRBD or GlusterFS).
Axel,
can it do bi-directional synchronization A<-->B when events can happen
on A or/and B ??
--Leo--