Core backups fail with error message in logs

For a few months I’ve been getting error messages in the System logs as follows when creating a manual backup or when the Supervisor creates a core backup automatically when installing a new version.

Log Provider: Supervisor

22-04-24 20:47:06 INFO (MainThread) [supervisor.backups.manager] Creating new full backup with slug 149bcef1
22-04-24 20:47:06 INFO (MainThread) [supervisor.backups.manager] Backing up 149bcef1 store Add-ons
22-04-24 20:47:06 INFO (MainThread) [supervisor.addons.addon] Building backup for add-on core_samba
22-04-24 20:47:06 INFO (MainThread) [supervisor.addons.addon] Finish backup for addon core_samba
22-04-24 20:47:06 INFO (MainThread) [supervisor.addons.addon] Building backup for add-on core_zwave_js
22-04-24 20:47:07 INFO (MainThread) [supervisor.addons.addon] Finish backup for addon core_zwave_js
22-04-24 20:47:07 WARNING (MainThread) [supervisor.homeassistant.module] Preparing backup of Home Assistant Core failed. Check HA Core logs.
22-04-24 20:47:07 INFO (MainThread) [supervisor.homeassistant.module] Backing up Home Assistant Core config folder
22-04-24 20:47:07 INFO (MainThread) [supervisor.homeassistant.module] Backup Home Assistant Core config folder done
22-04-24 20:47:07 WARNING (MainThread) [supervisor.homeassistant.module] Error during Home Assistant Core backup. Check HA Core logs.
22-04-24 20:47:07 INFO (MainThread) [supervisor.backups.manager] Backing up 149bcef1 store folders
22-04-24 20:47:07 INFO (SyncWorker_0) [supervisor.backups.backup] Backing up folder share
22-04-24 20:47:09 INFO (SyncWorker_0) [supervisor.backups.backup] Backup folder share done
22-04-24 20:47:09 INFO (SyncWorker_3) [supervisor.backups.backup] Backing up folder addons/local
22-04-24 20:47:09 INFO (SyncWorker_3) [supervisor.backups.backup] Backup folder addons/local done
22-04-24 20:47:09 INFO (SyncWorker_2) [supervisor.backups.backup] Backing up folder ssl
22-04-24 20:47:09 INFO (SyncWorker_2) [supervisor.backups.backup] Backup folder ssl done
22-04-24 20:47:09 INFO (SyncWorker_1) [supervisor.backups.backup] Backing up folder media
22-04-24 20:47:09 INFO (SyncWorker_1) [supervisor.backups.backup] Backup folder media done
22-04-24 20:47:09 INFO (MainThread) [supervisor.backups.manager] Creating full backup with slug 149bcef1 completed

Log Provider: Core

2022-04-24 20:47:07 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [139908752646592] Received invalid command: backup/start
2022-04-24 20:47:07 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [139908752646592] Received invalid command: backup/end

The backup seems to complete OK from the front-end, no errors are displayed, it’s only when I go into the logs that I see the errors.

Core-only backups show a size of 0.1MB. Does that sound right or does it look like the backups did indeed fail? I don’t want to test it by restoring for obvious reasons. Is anyone else seeing these error messages and what should be a reasonable size for a core-only backup?

I logged a Github issue a couple of months ago, but no-one responded and a bot eventually marked it as Stale and then closed it.

I also have the same problem.

Logger: homeassistant.components.websocket_api.http.connection
Source: components/websocket_api/connection.py:96
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 20:00:01 (2 occurrences)
Last logged: 20:00:03

[547540601728] Received invalid command: backup/start
[547540601728] Received invalid command: backup/end

Thank you for replying. I have opened another github issue, could you possibly add a comment for yourself, and hopefully it will get looked at this time!