Add SD card backup/restore script

Streams raw dd from Pi over SSH, compresses locally with gzip.
Supports backup, restore (local SD card or remote Pi), and verify.
This commit is contained in:
2026-04-30 11:17:03 +02:00
parent 44b85bad5a
commit b10a6d537e
2 changed files with 280 additions and 0 deletions

2
.gitignore vendored
View File

@@ -27,3 +27,5 @@ __pycache__
*.elf
*.hex
.idea/deployment.xml
backup/*.img.gz
backup/*.partial