From 130ad0dae44822d504cb4b7e20477b5a1d34f180 Mon Sep 17 00:00:00 2001 From: Ryan DeShone Date: Thu, 12 Apr 2018 10:27:02 -0400 Subject: [PATCH] Add restic backup Actively developed tool for doing encrypted backups to remote locations. Developed under the BSD 2-clause license. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e319957..0e42a7f 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ * [Lsyncd](https://github.com/axkibe/lsyncd) - File Monitor which spawns a process to synchronize the changes (rsync by default). * [rclone](https://rclone.org/) - a command line program to sync files and directories to and from several cloud storage systems/providers. * [Rdiff-backup](http://www.nongnu.org/rdiff-backup/) - An easy A remote incremental backup of all your files. +* [Restic](https://restic.net/) - Secure, remote backup tool. Designed to be easy, fast, verifiable and efficient. * [Rsnapshot](http://rsnapshot.org/) - Filesystem Snapshotting Utility. * [Shield](https://github.com/starkandwayne/shield) - A pluggable architecture for backup and restore of database systems. * [Snebu](http://www.snebu.com/) – Snapshot backup with global multi-client deduplication and transparent compression.