mirror of
https://github.com/duplicati/duplicati.git
synced 2026-05-06 23:29:31 -04:00
9f79025744
Re-implemented everything using ASP.NET. Changed some requests to use JSON instead of FORM data. Some work towards deleting the FIXMEGlobal instance. Auth is missing, XSRF does not work correctly.
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"]
|
|
}
|
|
}
|