From 768d9837ed0d94d02e76aa678c25e68c13e16ba7 Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Mon, 24 Sep 2018 20:13:39 +0200 Subject: [PATCH] README fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 298001b..dd0fb99 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [restic](https://restic.net/) is a command-line tool for making backups, the right way. Check the official website for a feature explanation. As a storage backend, I recommend [Backblaze B2](https://www.backblaze.com/b2/cloud-storage.html) as restic works well with it, and it is (at the time of writing) very affordable for the hobbyist hacker! -Unfortunately restic does not come per-configured with a way to run automated backups, say every day. However it's possible to set this up yourself using systemd/cron and some wrappers. This example also features email notifications when a backup fails to complete. +Unfortunately restic does not come pre-configured with a way to run automated backups, say every day. However it's possible to set this up yourself using systemd/cron and some wrappers. This example also features email notifications when a backup fails to complete. Here follows a step-by step tutorial on how to set it up, with my sample script and configurations that you can modify to suit your needs.