mirror of
https://codeberg.org/vlw/3rd.git
synced 2026-01-11 22:36:01 +01:00
26 lines
560 B
JSON
26 lines
560 B
JSON
{
|
|
"config": {
|
|
"cloud": {
|
|
"bucket": "my-bucket"
|
|
},
|
|
"archive": {
|
|
"password": "mypassword",
|
|
"compression_level": 10,
|
|
"default_path_temp": "/tmp/"
|
|
}
|
|
},
|
|
"archive": [
|
|
{
|
|
"compress": true,
|
|
"path_temp": null,
|
|
"path_target_to": "<replace with bucket object path>",
|
|
"path_target_from": "<replace with ABSOLUTE path to a target directory>"
|
|
},
|
|
{
|
|
"compress": true,
|
|
"path_temp": null,
|
|
"path_target_to": "<replace with bucket object path>",
|
|
"path_target_from": "<replace with ABSOLUTE path to a target directory>"
|
|
}
|
|
]
|
|
}
|