added readme with very basic instructions

This commit is contained in:
Thies Lennart Alff 2024-11-16 13:34:36 +01:00
parent b463af8b4d
commit f1095ee5aa
Signed by: lennartalff
GPG key ID: 4EC67D34D594104D

13
README.md Normal file
View file

@ -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.