From f1304f7db9a07b28de4a6d36927e7a1fa0183705 Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Tue, 1 Feb 2022 17:20:00 +0100 Subject: [PATCH] Modified: README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2424b14..92f26e8 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ # 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! (anecdotal: 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.