diff options
author | Fred Richards <fredr@geexology.org> | 2011-12-14 23:59:42 -0600 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-18 00:07:51 -0200 |
commit | f3d7301323ad97f3af5222e9a16375d187d02f03 (patch) | |
tree | b7f7139e96654bad36ea009ac3ddf6f1eac06bae /system/lsyncd/README | |
parent | 2fb616e00c5ac52bccf628a9ec0b92e79c94c57d (diff) | |
download | slackbuilds-f3d7301323ad97f3af5222e9a16375d187d02f03.tar.gz |
system/lsyncd: Added (live syncing daemon)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
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. |