From 90358c4f7a82626e2541d24a585c02ff30d639a6 Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Tue, 1 Feb 2022 19:51:35 +0100 Subject: [PATCH] README: project scope --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 129f9cd..bf0f2c3 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,11 @@ Here follows a step-by step tutorial on how to set it up, with my sample script Note, you can use any of the supported [storage backends](https://restic.readthedocs.io/en/latest/030_preparing_a_new_repo.html). The setup should be similar but you will have to use other configuration variables to match your backend of choice. +## Project Scope +The scope for this is not to be a full-fledged super solution that solves all the problems and all possible setups. The aim is to be a hackable code base for you to start sewing up the perfect backup solution that fits your requirements! + +Nevertheless the project should work out of the box, be minimal but still open the doors for configuration and extensions by users. + # Requirements * `restic >=v0.9.6` * (recommended) `make` if you want an automated install