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.