diff options
Diffstat (limited to 'system/lsyncd/README')
-rw-r--r-- | system/lsyncd/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/lsyncd/README b/system/lsyncd/README new file mode 100644 index 0000000000..6ca0756f92 --- /dev/null +++ b/system/lsyncd/README @@ -0,0 +1,9 @@ +Lsyncd watches a local directory trees event monitor interface +(inotify). It aggregates and combines events for a few seconds +and then spawns one (or more) process(es) to synchronize the changes. +By default this is rsync. Lsyncd is thus a lightweight live mirror +solution that is comparatively easy to install not requiring new +filesystems or blockdevices and does not hamper local filesystem +performance. + +This requires lua. |