initial commit

This commit is contained in:
2026-04-22 21:59:23 -04:00
commit 283b46fad0
94 changed files with 10393 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# TapeHoard
A robust, index-driven Tape Backup Manager designed for single-tape drive users and scalable to tape libraries.
For full architectural details, see [PLAN.md](PLAN.md).
## Project Structure
* `backend/`: Python/FastAPI application handling the heavy lifting (hashing, streaming, db indexing).
* `frontend/`: Svelte 5 application providing the Web UI.
* `docker/`: Files required for building the multi-stage Docker container.
* `docs/`: Additional documentation.
## Quickstart
(Coming soon)