From ede50c4517f990b03bacec6c15613e38ee614ea3 Mon Sep 17 00:00:00 2001 From: snaki Date: Tue, 30 Aug 2022 10:48:41 +0200 Subject: [PATCH] fix oopsies --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 14862c6..843dec1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # btrbk - btrfs backup and restore script This is a bash script I made to create simple, incremental, PGP encrypted backups of your btrfs subvolumes. + Rclone is used to support a wide variety of Storage Backends. Encryption is done by the Standard gpg commandline tool. ## Features @@ -34,6 +35,7 @@ cd btrbk ## Configuration Configuration is done in `/etc/btrbk.conf` + Documentaion for all variables you have to set is availabe in that file. ## Usage