From b29f8a8e099c0b09f2102cbaeba951403a90d224 Mon Sep 17 00:00:00 2001 From: Clochix Date: Wed, 25 Jun 2014 15:34:30 +0200 Subject: [PATCH] Add Duplicity backup tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0288751..00a0722 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Bacula](http://www.bacula.org) - Another Client-server model backup tool. * [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. * [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.