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.
14 lines
278 B
JSON
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"]
|
|
}
|
|
}
|