mirror of
https://github.com/Chouchen/Shikiryu_Backup.git
synced 2021-06-30 16:02:14 +02:00
16 lines
219 B
Markdown
16 lines
219 B
Markdown
# Files backup configuration
|
|
|
|
## JSON
|
|
```
|
|
"Files": {
|
|
"files": [
|
|
"/path/to/file1",
|
|
"/path/to/file2"
|
|
]
|
|
}
|
|
```
|
|
## General
|
|
File path should be absolute
|
|
|
|
## Options
|
|
files (mandatory) = array of file paths |