17 lines
516 B
Markdown
17 lines
516 B
Markdown
# 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)
|