duplicati/Duplicati/Library/RestAPI/newbackup.json
Kenneth Skovhede d1008bc7a2 Fix the Duplicati.Library.RestAPI path.
It was previously located in the root, but placed correctly in the solution file.
2024-08-27 08:30:26 +02:00

15 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"]
}
}