doc(README): add link to restic website

This commit is contained in:
angristan 2019-03-21 11:57:50 +01:00
parent 5cd5b43229
commit f89c5f13db

View file

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