Kovac Ivan

@kovacivan
0 Followers
0 Following
6 Posts
Building solutions for problems I actually have.
Founder of Semicolon@๐Ÿ‡ท๐Ÿ‡ธ.
Currently shipping Oops Backup, because DB backups shouldn't be a headache and developing SLKit.
The Oops Agent is done. Im finishing up final testing.
It provides true zero-knowledge end-to-end encryption.
Data is encrypted at the source before it ever touches the network.
Even if we were compromised, your data is secure.
#database #buildinpublic #mongodb #postgresql #mysql
Update on Oops Agent. The Go-based, zero-knowledge agent is moving along.
Iโ€™m weighing two options:
- Providing pre-compiled binaries for immediate use.
- Requiring users to install tools to ensure they know exactly what code is running.
Given that Oops Backup is built on the premise of privacy and security, Iโ€™m leaning toward making it easy while providing all the tools for manual verification.
Do you prioritize a 1-minute setup, or do you strictly build from source?
#buildinpublic #database

@DRYAPAPER Great question. Iโ€™m planning to use Envelope Encryption.

Basically, each backup gets its own unique key, which is then wrapped by a Master Key. This allows for key rotation by just re-wrapping the metadataโ€”no need to re-encrypt the actual backup data. For management, I'm looking at using the system's native keychain and providing a BIP-39 recovery phrase at setup.

Why settle for standard backups when you can have ๐—ญ๐—ฒ๐—ฟ๐—ผ-๐—ž๐—ป๐—ผ๐˜„๐—น๐—ฒ๐—ฑ๐—ด๐—ฒ ๐—˜๐Ÿฎ๐—˜๐—˜?
The upcoming ๐—ข๐—ผ๐—ฝ๐˜€ ๐—”๐—ด๐—ฒ๐—ป๐˜ (built in Go) is designed to handle your PostgreSQL, MySQL, and MongoDB backups with local-first encryption. Your keys never leave your infrastructure.
Security shouldn't be an afterthought.
Itโ€™s the core of everything we do at Oops Backup.

#SelfHosted #Database #Privacy #SaaS #CyberSecurity #BuildInPublic

Roadmap Update!

Currently prototyping an Open Source Agent for those who need true End-to-End Encryption.

Local Encryption: Data is encrypted on your server before it ever hits the wire.
Zero-Knowledge: We never see your keys or your raw data.
Simplicity: Keeping the 1-line install goal.

Managed backups for speed, Agents for high-security. Best of both worlds coming soon. Stay tuned.

#buildinpublic #indiehackers #selfhosted #SaaS

A great lesson in building in public today.

Peteris from Healthchecks called me out on HN regarding End-to-End Encryption. And he was 100% right. my managed setup is "Encrypted at Rest," but not true E2EE because data is "seen" in-flight.

Already updated the site to be technically accurate (no more E2EE buzzwords) and defined Oops Backup as the "easy/managed" choice for indies.

Next?
Building an Open Source Agent for true E2EE.
Thanks for keeping the bar high.

#buildinpublic #SaaS #backup