From f89c5f13dbe9cf71ed596de192e2543a231668cf Mon Sep 17 00:00:00 2001 From: angristan Date: Thu, 21 Mar 2019 11:57:50 +0100 Subject: [PATCH] doc(README): add link to restic website --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfcb276..e70b6c4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![CircleCI](https://circleci.com/gh/angristan/ansible-restic.svg?style=svg)](https://circleci.com/gh/angristan/ansible-restic) -This role will setup Restic backups on a Debian/Ubuntu machine using a systemd service and timer. +This role will setup [Restic](https://restic.net/) backups on a Debian/Ubuntu machine using a systemd service and timer. It is a bit specific since it assumes you want to use a SFTP backend for restic and will thus setup the SSH config and SSH private keys (see variables below).