For about two weeks my daily backups fail and I cannot find any reason for it. The log shows:
Logger: homeassistant.components.backup
Source: components/backup/manager.py:654
Integration: Backup ([documentation](https://www.home-assistant.io/integrations/backup), [issues](https://github.com/home-assistant/core/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+backup%22))
First occurred: 11:25:42 (2 occurrences)
Last logged: 11:25:42
Upload failed for cloud.cloud: Failed to upload backup Failed to upload: (400) The MD5 checksum you specified did not match what we received. You provided a MD5 checksum with value: x Actual MD5 was: y
Upload failed for onedrive.x: Hash validation failed, backup file might be corrupt
I don’t think its the same issue as #175573 since sometimes, especially when I trigger the backup manually, it works.
Sometimes it uploads to NabuCasa but not OneDrive, sometimes the other way around, sometimes both work.
The strange thing is that the Google Backup add-on sees the update HA creates and uploads it to GDrive without any issue.
I have tested a restore of the backup, it ‘kinda’ works, I got some errors related to missing files that were included in configuration.yaml and history was not restored.
The only change I did to my env is that I increased ram from 2 to 4GB.
Any help is appreciated.