Adam Faris @af9.us · Jul 16

I just launched Tarchive, a simple, tar-based HTTP object store. Think of it as a personal object store that uses append-only .tar archives called “pails.” It’s fast, inspectable, and scriptable. Great for devs, homelabbers, and archivists. GitHub: github.com/amf3/tarchive #Go #OpenAPI #homelab

4 likes 1 replies

?

Replies

Adam Faris · Jul 16

Tar is the storage engine. Each pail has a single .tar file. Uploading files appends to the archive. Downloading pulls out the most recent version. Use tar -tvf or hexdump to inspect if needed. It's that transparent. Includes a CLI client to manage data.