From 54e721e94b55e5f830d49957a557a0ec80923794 Mon Sep 17 00:00:00 2001 From: Rob Hunter Date: Wed, 7 Aug 2013 13:34:52 +1000 Subject: [PATCH] Update README link to latest official home --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4d8e23..52187ba 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Other synchronization tools ------------------------ [DRBD](http://www.drbd.org) operates on block device level. This makes it useful for synchronizing systems that are under heavy load. Lsyncd on the other hand does not require you to change block devices and/or mount points, allows you to change uid/gid of the transferred files, separates the receiver through the one-way nature of rsync. DRBD is likely the better option if you are syncing databases. -[GlusterFS](http://www.gluster.org) and [BindFS](http://www.cs.helsinki.fi/u/partel/bindfs/) use a FUSE-Filesystem to interject kernel/userspace filesystem events. +[GlusterFS](http://www.gluster.org) and [BindFS](http://bindfs.org/) use a FUSE-Filesystem to interject kernel/userspace filesystem events. Lsyncd usage examples ---------------------