initial working system report

This commit is contained in:
2026-03-23 21:08:21 -04:00
parent acf6421b53
commit b0fb09d706
6 changed files with 689 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# Disk Report
## Installing
```bash
rsync -av -e ssh \
--exclude .venv \
--exclude .mypy_cache \
--exclude .vscode \
./ driveripper:/root/disk_report/
```