diff --git a/README.md b/README.md index 53711ad..298001b 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. This example also features email notifications when a backup fails to complete. +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. 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.