Errors during HA startup

Hi,

Any idea how to get rid of this error

I see only 4 snapshots in the Supervisor, so it is missing 7 old ones which I do not need/deleted a while ago via the Supervisor.

20-07-05 09:04:26 INFO (MainThread) [supervisor.snapshots] Found 11 snapshot files
20-07-05 09:04:26 ERROR (MainThread) [supervisor.snapshots.snapshot] Can't read snapshot tarfile /data/backup/b9d267cd.tar: unexpected end of data
20-07-05 09:04:26 ERROR (MainThread) [supervisor.snapshots.snapshot] Can't read snapshot tarfile /data/backup/b69e124a.tar: unexpected end of data
20-07-05 09:04:26 ERROR (MainThread) [supervisor.snapshots.snapshot] Can't read snapshot tarfile /data/backup/ffbba65b.tar: unexpected end of data
20-07-05 09:04:26 ERROR (MainThread) [supervisor.snapshots.snapshot] Can't read snapshot tarfile /data/backup/2d7d4721.tar: unexpected end of data
20-07-05 09:04:26 ERROR (MainThread) [supervisor.snapshots.snapshot] Can't read snapshot tarfile /data/backup/3d9e6355.tar: unexpected end of data
20-07-05 09:04:26 ERROR (MainThread) [supervisor.snapshots.snapshot] Can't read snapshot tarfile /data/backup/c5a98dd2.tar: unexpected end of data
20-07-05 09:04:26 ERROR (MainThread) [supervisor.snapshots.snapshot] Can't read snapshot tarfile /data/backup/6e610011.tar: unexpected end of data

Hey Rien,

you could install the SSH/Terminal Add-On and use this command:

ha snapshots reload

This rescans the snapshots. If that doesn’t work, go into the directory (either within the command line or with sth. like the SAMBA addon) and delete the snapshot files manually, if they are still there.

2 Likes

Thanks,

I had to delete them manually, problem solved :slight_smile:

1 Like

Thank you @fedot. Your recommendation to delete via the Samba add-on helped me out today.

@fedot

Thank you for this :slight_smile:

Also, snapshots are deprecated (not sure since which version), but it’s now:

ha backups reload

HA does inform you when you try using snapshots but just putting here for reference :slight_smile:

1 Like