I’ve just created a new backup job to MS OneDrive business. I runs fine until it ends and gives me 3 errors.
- 2023-08-18 20:39:16 +00 - [Error-Duplicati.Library.Main.Operation.TestHandler-FailedToProcessFile]: Failed to process file duplicati-20230818T202046Z.dlist.zip.aes
- 2023-08-18 20:40:02 +00 - [Error-Duplicati.Library.Main.Operation.TestHandler-FailedToProcessFile]: Failed to process file duplicati-if0be8a26e4254e14abb0b25adc1a4ae2.dindex.zip.aes
- 2023-08-18 20:40:48 +00 - [Error-Duplicati.Library.Main.Operation.TestHandler-FailedToProcessFile]: Failed to process file duplicati-bdccfbf113d6a43b7b8c80eb378a70778.dblock.zip.aes
Looking in the log I find:
“RepairResults”: null,
“TestResults”: {
“MainOperation”: “Test”,
“VerificationsActualLength”: 3,
“Verifications”: [
{
“Key”: “duplicati-20230818T202046Z.dlist.zip.aes”,
“Value”: [
{
“Key”: “Error”,
“Value”: “Cannot send a content-body with this verb-type.”
}
]
},
{
“Key”: “duplicati-if0be8a26e4254e14abb0b25adc1a4ae2.dindex.zip.aes”,
“Value”: [
{
“Key”: “Error”,
“Value”: “Cannot send a content-body with this verb-type.”
}
]
},
{
“Key”: “duplicati-bdccfbf113d6a43b7b8c80eb378a70778.dblock.zip.aes”,
“Value”: [
{
“Key”: “Error”,
“Value”: “Cannot send a content-body with this verb-type.”
So, this must be whats going wrong but it doesn’t really help me in solving it. Any ideas what to try?
Regards