initial commit
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user