Hallo Alles Zusammen,
Ich bin am verzweifeln. Leider konnte mir da weder ChatGPT noch eine andere Internetseite weiterhelfen. Da ich aber Simon42 auf YouTube verfolge, dachte ich mir, dass ist bestimmt die Richtige Internetseite um mir Hilfe zu holen.
Ich habe auf meinem Raspberry Pi 4 (4GB) eine SSD angeschlossen. Dort läuft das Betriebsystem Home Assistant OS. Es lief auch einige Tage ohne Probleme jedoch leider Seite Heute nicht mehr. Ich wollte gerade ein Backup auf meinem System machen. Dabei bekomme ich aber in den Supervisor Logs die folgende Fehlermeldung:
23-03-30 17:06:21 ERROR (MainThread) [supervisor.homeassistant.module] Can't backup Home Assistant Core config folder: [Errno 5] I/O error
23-03-30 17:06:21 ERROR (MainThread) [supervisor.backups.manager] Backup 466b828f error
Traceback (most recent call last):
File "/usr/src/supervisor/supervisor/homeassistant/module.py", line 341, in backup
await self.sys_run_in_executor(_write_tarfile)
File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/supervisor/supervisor/homeassistant/module.py", line 332, in _write_tarfile
atomic_contents_add(
File "/usr/local/lib/python3.10/site-packages/securetar/__init__.py", line 179, in atomic_contents_add
tar_file.add(directory_item.as_posix(), arcname=arcpath, recursive=False)
File "/usr/local/lib/python3.10/tarfile.py", line 2002, in add
self.addfile(tarinfo, f)
File "/usr/local/lib/python3.10/tarfile.py", line 2030, in addfile
copyfileobj(fileobj, self.fileobj, tarinfo.size, bufsize=bufsize)
File "/usr/local/lib/python3.10/tarfile.py", line 248, in copyfileobj
buf = src.read(bufsize)
OSError: [Errno 5] I/O error
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/supervisor/supervisor/backups/manager.py", line 167, in _do_backup
await backup.store_homeassistant()
File "/usr/src/supervisor/supervisor/backups/backup.py", line 485, in store_homeassistant
await self.sys_homeassistant.backup(homeassistant_file)
File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 156, in wrapper
raise err
File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 154, in wrapper
return await self._method(*args, **kwargs)
File "/usr/src/supervisor/supervisor/homeassistant/module.py", line 344, in backup
raise HomeAssistantBackupError(
supervisor.exceptions.HomeAssistantBackupError: Can't backup Home Assistant Core config folder: [Errno 5] I/O error
Ich werde einfach nicht Schlau was das Problem ist. Selbst mit einem andere SSD Festplatte und einem anderen Port bekomme ich diese Meldung.
ich bin für jede Antwort dankbar und Entschuldigung wenn ich was vergessen habe, dass ist mein erster Post