mirror of
https://codeberg.org/vlw/3rd.git
synced 2026-01-11 22:36:01 +01:00
docs: update README wording of config file structure (#2)
Reviewed-on: https://codeberg.org/vlw/3rd/pulls/2 Co-authored-by: vlw <victor@vlw.se> Co-committed-by: vlw <victor@vlw.se>
This commit is contained in:
parent
234e125d84
commit
f317c41a67
1 changed files with 3 additions and 1 deletions
|
|
@ -43,7 +43,9 @@ Schedule this backup script to run with a crontab entry, for example:
|
||||||
Which will run at 2:30 each Wednesday.
|
Which will run at 2:30 each Wednesday.
|
||||||
|
|
||||||
# Config
|
# Config
|
||||||
The config file `.config.json` is used to define parameters and which directories to archive (in autorun mode).
|
The config file (`.config.json` by default) is used to define which directories to archive with parameters.
|
||||||
|
|
||||||
|
Directories are specified as an array of objects, each object has key value properties with the following format:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue