It was previously located in the root, but placed correctly in the solution file.
16 lines
384 B
JSON
16 lines
384 B
JSON
{
|
|
"Backup": {
|
|
"Settings": [
|
|
{ "Name": "encryption-module", "Value": "aes" },
|
|
{ "Name": "compression-module", "Value": "zip" },
|
|
{ "Name": "dblock-size", "Value": "50mb" },
|
|
{ "Name": "keep-time", "Value": "" }
|
|
]
|
|
},
|
|
"Schedule": {
|
|
"Repeat": "1D",
|
|
"Time": "13:00:00",
|
|
"AllowedDays": ["mon", "tue", "wed", "thu", "fri", "sat", "sun"]
|
|
}
|
|
}
|