From dd2275700d6100803e0dc3bfbde60f3275b64db5 Mon Sep 17 00:00:00 2001 From: jtagcat <38327267+jtagcat@users.noreply.github.com> Date: Thu, 16 Jan 2020 04:33:29 +0200 Subject: [PATCH] Added restic to the list. --- Third-Party-Integrations-with-rclone.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Third-Party-Integrations-with-rclone.md b/Third-Party-Integrations-with-rclone.md index d7d63e2..e6b0513 100644 --- a/Third-Party-Integrations-with-rclone.md +++ b/Third-Party-Integrations-with-rclone.md @@ -135,3 +135,8 @@ Features: ## Docker images ## See https://github.com/rclone/rclone/wiki/Docker-images + +## [restic](https://restic.net/) +restic is a program that does backups right - the design goals are to make backups easy, fast, verifiable, secure, efficient and secure. + +rclone is featured as a [restic backend](https://restic.readthedocs.io/en/stable/030_preparing_a_new_repo.html#other-services-via-rclone). Backing up rclone remotes [is in the idea phase](https://github.com/restic/restic/issues/2529).