Files
duplicati/Duplicati/Library/RestAPI/newbackup.json
T
Kenneth Skovhede d88ef81a8d Remove explicit defaults
This modifies the `newbackup.json` embedded file that specifies how to configure a new backup to no longer set the compression module or the dblock-size.

These options have a default value already defined, so there is no need to store the settings in the database.
2026-05-26 15:24:18 +02:00

14 lines
278 B
JSON

{
"Backup": {
"Settings": [
{ "Name": "encryption-module", "Value": "aes" },
{ "Name": "keep-time", "Value": "" }
]
},
"Schedule": {
"Repeat": "1D",
"Time": "13:00:00",
"AllowedDays": ["mon", "tue", "wed", "thu", "fri", "sat", "sun"]
}
}