Backup of Home Assistant stopped working (Core2024.12.3, Errno 5, I/O Error)

Suddenly I noticed that my daily backups arent working anymore. When trying to manually start the backup it doesnt work. I can do a partial backup, but only of folders and addons. Its the core home assistant backup that is not working anymore. I have no clue to how to solve this and hope there are other people here who know how to solve it. It stopped working after the 9th of december when upgrading ha. Everything else is working as it should

  • Core2024.12.3
  • Supervisor2024.11.4
  • Operating System14.0
  • Frontend20241127.7

Enclosed are the logs:

2024-12-15 16:35:27.899 INFO (MainThread) [homeassistant.components.recorder.backup] Backup start notification, locking database for writes
2024-12-15 16:35:32.122 INFO (MainThread) [homeassistant.components.recorder.backup] Backup end notification, releasing write lock
2024-12-15 16:35:32.122 INFO (Recorder) [homeassistant.components.recorder.core] Database queue backlog reached 40 entries during backup
2024-12-15 16:35:32.166 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /backups/new/full - An error occurred while making backup, check job ‘b0148bf8fffe473ca9d93dd04077af1e’ or supervisor logs for details

2024-12-15 16:35:27.859 INFO (MainThread) [supervisor.backups.manager] Backup ec563cfc starting stage addon_repositories
2024-12-15 16:35:27.859 INFO (MainThread) [supervisor.backups.manager] Backup ec563cfc starting stage docker_config
2024-12-15 16:35:27.859 INFO (MainThread) [supervisor.backups.manager] Creating new full backup with slug ec563cfc
2024-12-15 16:35:27.873 INFO (MainThread) [supervisor.backups.manager] Backup ec563cfc starting stage home_assistant
2024-12-15 16:35:31.471 INFO (MainThread) [supervisor.homeassistant.module] Backing up Home Assistant Core config folder
2024-12-15 16:35:32.120 ERROR (MainThread) [supervisor.homeassistant.module] Can’t backup Home Assistant Core config folder: [Errno 5] I/O error

We cannot help you because you haven’t told us how exactly are you doing this backup to which server and to which disk. So we cannot know where the problem lies. I can tell you that error number 5 means input output error. So it must be a network connectivity problem between your home assistant and your backup server or maybe your disk (if it’s a local backup) is simply giving up the ghost.

Good luck.

Hi, i have tried both to backup to a network disk and to the local disk, same problem so it doesnt seem to be a problem with the disk. It seems it has something todo with the core files. Everything else works to backup. I have also found older post that has the same problem but unfortunately no solution to this problem.