Building My Own Archive Server in C++ Part 2
Over the past months the archive server project has evolved from a simple storage utility into a much larger system focused on long term preservation, deduplication, indexing and recovery of personal data.
What originally started as a backend focused experiment has now grown into a complete self hosted archive platform with a graphical desktop client, chunked uploads, folder importing, metadata indexing and restore workflows. The main goal of the project remains the same: creating a deterministic archive where files are identified by their actual content instead of filenames or folder structures.