From 99e51e297a87587ed53aa40aa6fdb98168e50464 Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Mon, 14 Feb 2022 12:10:17 +0100 Subject: [PATCH] Remove Variations section As the new EXTRA_ARGS covers this Part of #79 --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index a60f383..2842199 100644 --- a/README.md +++ b/README.md @@ -396,10 +396,6 @@ There is a make target to remove all files (scripts and configs) that were insta $ sudo make uninstall ``` -# Variations -A list of variations of this setup: -* Using `--files-from` [#44](https://github.com/erikw/restic-automatic-backup-scheduler/issues/44) - # Development * To not mess up your real installation when changing the `Makefile` simply install to a `$PREFIX` like ```console