From a1f45c5d118cd9ce1acf6cb7c949b6c0f8061852 Mon Sep 17 00:00:00 2001 From: Mat Malone Date: Thu, 26 Jun 2014 17:21:47 -0700 Subject: [PATCH] Add lsyncd --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2aff8bb..a91f5d7 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Backuppc](http://backuppc.sourceforge.net/) - Client-server model backup tool with file pooling scheme. * [Burp](http://burp.grke.org/) - Network backup and restore program. * [Duplicity](http://duplicity.nongnu.org/) - Encrypted bandwidth-efficient backup using the rsync algorithm. +* [Lsyncd](https://github.com/axkibe/lsyncd) - Watches a local directory trees for changes, and then spawns a process to synchronize the changes. Uses rsync by default. * [Rsnapshot](http://www.rsnapshot.org/) - Filesystem Snapshotting Utility. * [SafeKeep](http://safekeep.sourceforge.net/) - Centralized pull-based backup using `rdiff-backup`. * [TarSnap](https://www.tarsnap.com/) - Secure backup service with an open-source client.