Merge pull request #592 from fd0/add-restic-program

Add restic.
This commit is contained in:
Dmitri Shuralyov 2015-09-27 19:13:16 -07:00
commit a34206e486

View File

@ -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.