homelab: Rueckweg auch als Kurzform (snapshot/sicherung/keiner) fuer die Update-Liste

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
This commit is contained in:
Hitonabi
2026-09-24 20:26:32 +02:00
co-authored by Claude Opus 5.5
parent 37179b8864
commit d2f699ac69
4 changed files with 14 additions and 4 deletions
+1
View File
@@ -48,6 +48,7 @@ class ZielStand:
bausteine: list[BausteinStand] = field(default_factory=list)
geprueft: float | None = None # Unix-Sekunden der letzten Prüfung
rueckweg: str | None = None # „Sicherung vor jedem Lauf", „Snapshot", „nur Backup"
rueckweg_art: str | None = None # Kurzform für die Oberfläche: „snapshot“, „sicherung“ oder „keiner“
def als_dict(self) -> dict:
daten = asdict(self)