From f1095ee5aaba30d8f970b2ed917903517495f879 Mon Sep 17 00:00:00 2001 From: Thies Lennart Alff Date: Sat, 16 Nov 2024 13:34:36 +0100 Subject: [PATCH] added readme with very basic instructions --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..870c098 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# README + +## Setup + +Create a config including secrets + +``` +mkdir secrets && cp nextcloud.json.sample secrets/nextcloud.json +``` + +Modify the content to match the specific setup + +Manually run the respective backup script manually or regularly as `cron` job, or `systemd` timer.