added readme with very basic instructions
This commit is contained in:
parent
b463af8b4d
commit
f1095ee5aa
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal 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.
|
||||||
Loading…
Reference in a new issue