From 1b57069d3092ec0eb1d845957ec2a493c0d9d49c Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Tue, 18 Jan 2022 12:00:29 +0100 Subject: [PATCH] README: anecdotal pricing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e446e64..50110ef 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ # Intro -[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! +[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! (I pay for my full-systems backups each month typically < 1 USD). 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.