Live data from Hacker News

Show HN: I made a privacy-first minimalist Backblaze

blobbackup.com

1–10 of 129 posts

Show HN: I made a privacy-first minimalist Backblaze

#1
Creator here. I was looking for something as simple as Backblaze Personal [1] but privacy focused and open source. This is my attempt to build that.

Uses PyQt6 [2] for the GUI and Pyinstaller [3] for creating the platform specific binaries. The backup engine under the hood is Restic [4]. The server code is written in Laravel [5]. All the code is on GitHub [6].

I actually really like Backblaze (even use B2 for this offering behind the scenes) so this isn't meant to throw shade their way. Just wanted a private open source alternative. Something like Bitwarden but for backups.

[1] https://backblaze.com

[2] https://pypi.org/project/PyQt6

[3] https://pyinstaller.readthedocs.io/en/stable

[4] https://github.com/restic

[5] https://laravel.com

[6] https://github.com/blobbackup/blobbackup

Show HN: I made a privacy-first minimalist Backblaze
blobbackup.com

Re: Show HN: I made a privacy-first minimalist Backblaze

#8
My problem: I just want to back up 5 terabytes.

It's on an external SSD, used for photos. Backblaze has forgotten how to count terabytes at all, preferring to play games about how I need to have it attached and for how long, so people don't play games with their "unlimited" offering. "Did you plug in the external drive to a computer, and leave the computer on for 24 hours without it going to sleep, and reattach the drive regularly every 30 days? I'm sorry, it looks like we'll be erasing your backup. You can make another one and it will take several days to upload despite your very fast connection."

I don't want to play these games either way, I just want to back up 5 terabytes. I don't even necessarily need an agent. You offer a similar pricing scheme to Backblaze ($N/mo/computer). Does your service support my use case, or should I keep looking?

Re: Show HN: I made a privacy-first minimalist Backblaze

#10

My problem: I just want to back up 5 terabytes. It's on an external SSD, used for photos. Backblaze has forgotten how to count terabytes at all, preferring to play games about how I need to have it attached and for how long, so people don't play games with their "unlimited" offering. "Did you plug in the external drive to a computer, and leave the computer on for 24 hours without it going to sleep, and reattach the d…

>We charge you $9 / month per computer. Each computer is allowed to backup up to 5 TB of data.

Seems to be exactly how much you want to backup.

Post reply on HN