Add further details
This commit is contained in:
parent
6e3c522173
commit
aa8c69bbc2
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
@ -28,7 +28,19 @@ To generate your configuration:
|
||||||
|
|
||||||
You can find examples in src/test/resources/taiga-test in this repository.
|
You can find examples in src/test/resources/taiga-test in this repository.
|
||||||
Please check the ```def auth?``` and ```def config?``` definitions in src/main/cljc/dda/c4k_taiga/taiga.cljc
|
Please check the ```def auth?``` and ```def config?``` definitions in src/main/cljc/dda/c4k_taiga/taiga.cljc
|
||||||
for required and optional values.
|
for required and optional values. When you plan to use the dda_backup solution, you also need the keys:
|
||||||
|
|
||||||
|
- aws-access-key-id: "AWS_KEY_ID"
|
||||||
|
- aws-secret-access-key: "AWS_KEY_SECRET"
|
||||||
|
- restic-password: ""
|
||||||
|
|
||||||
|
in your auth.yaml
|
||||||
|
|
||||||
|
and
|
||||||
|
|
||||||
|
- restic-repository: "repo-path"
|
||||||
|
|
||||||
|
in your config.yaml.
|
||||||
|
|
||||||
2. install jarwrapper
|
2. install jarwrapper
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue