From 85a637ece871cca28df7a9cb26632d4fa783cf74 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 27 Sep 2015 18:22:29 +0200 Subject: [PATCH] Add restic This commit adds a link to restic, a fast and secure backup program that uses de-deuplication. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 19484ef2..28427f92 100644 --- a/README.md +++ b/README.md @@ -974,6 +974,7 @@ Software written in Go. * [peg](https://github.com/pointlander/peg) - Peg, Parsing Expression Grammar, is an implementation of a Packrat parser generator. * [plubi](https://github.com/norwack/plubi) - A Golang Plugin Based IRC Bot. * [Postman](https://github.com/zachlatta/postman) - Command-line utility for batch-sending email. +* [restic](https://github.com/restic/restic) - De-duplicating backup program. * [Seaweed File System](https://github.com/chrislusf/seaweedfs) - Fast, Simple and Scalable Distributed File System with O(1) disk seek. * [shell2http](https://github.com/msoap/shell2http) - Executing shell commands via http server (for prototyping or remote control) * [syncthing](http://www.syncthing.net/) - An open, decentralized file synchronization tool and protocol.