Files
tapehoard/README.md
T
2026-04-22 21:59:23 -04:00

516 B

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.

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)