Hi, I always get a warning for my backup. Below is the warning message:
Warnings: [
Delete operation failed for duplicati-bc0f0d717a84e4e91b543527ac928f3c9.dblock.zip.aes with FileNotFound, listing contents => Element with path '/personal/XXX/Documents/XXX/duplicati-bc0f0d717a84e4e91b543527ac928f3c9.dblock.zip.aes' not found on host 'https://XXX.sharepoint.com/personal/XXX'.,
Delete operation failed for duplicati-i97ecb8fec00b430cac62b8083b6afab7.dindex.zip.aes with FileNotFound, listing contents => Element with path '/personal/XXX/Documents/XXX/duplicati-i97ecb8fec00b430cac62b8083b6afab7.dindex.zip.aes' not found on host 'https://XXX.sharepoint.com/personal/XXX'.
]
I fix it with reparing the database. But after few days it came again with different filename.
The error states that the delete failed because the file does not exist, which is quite fine (it is already deleted).
If you can get a full stack trace from the error (should be in the log just below the message you have copied), maybe I can figure out how it happens. Also, if you see other errors, maybe that can explain it.
I see the problem now. There is a delete operation which runs and clears the temporary files. Then the backup operation attempts to clear the same temporary files which causes the warnings. You can ignore the warnings, but I should fix it.
Yes it seems like after the delete operation, the backup operation attempts to clear the same file based on the filelists which not update after the delete operation.
We only backup to OneDrive for Business, not sure whether others option have this issue. We have around 50units workstation using Duplicati Canary 2.0.2.12. Unfortunately all have the same issue.