Live data from Hacker News

Show HN: I made a privacy-first minimalist Backblaze

blobbackup.com

51–60 of 129 posts

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

#51

Interesting. I had not heard of restic, yet. My default backup choice has been borg[1] for a long time, so borgbase.com was a natural choice for off-site backups for me. They make Vorta a decent GUI client for borg - that's how I found out about them. Can someone here give a comparison of borg and restic by any chance? [1]: https://www.borgbackup.org/

Borg supports local and SFTP backups while Restic supports more (a lot more). S3, Google Cloud, B2, etc. In fact, they integrate with rclone so anything you can access using rclone, you can backup to using Restic.

Borg uses compression while Restic does not. Restic just uses deduplication so your backups with Restic will likely be larger in size.

Anyway, that's what jumps to mind. They're both pretty great honestly (in terms of community support and reliability). There are a lot of other options too btw. The Restic repo has a pretty good list [1]

[1] https://github.com/restic/others

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

#53

Earlier quoted context omitted.

This. I use B2 to backup my NAS and it costs me a couple dollars a month. 5TB will cost you $25/month. The only way I know to go cheaper is Glacier “deep archive” storage which is roughly $1/TB, but a pain to manage, access time is measured in hours and it might cost 100x more in egress fees to download it all.

This matches my price research exactly, and my conclusions. Stay away from Glacier because the gotchas are not worth it. The moment you need any of your data your cost will skyrocket. Plus dealing with AWS unpredictable pricing is totally not worth it. I b2 everything nowadays.

Not sure when you last looked into Glacier, but they did away with the "peak hourly request" fee which could be insane if you restored data too quickly. Pricing is much more reasonable now. You still have to wait hours to download your data, but Glacier deep archive is about $.001/GB per month for storage and about $0.29/GB to download (plus some transaction fees that aren't usually significant).

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

#57

Earlier quoted context omitted.

Backblaze also supports that pricing model with B2, which is a fixed cost per gigabyte stored per month. B2 also has an S3 compatible API, which lets you use any backup software you want.

This. I use B2 to backup my NAS and it costs me a couple dollars a month. 5TB will cost you $25/month. The only way I know to go cheaper is Glacier “deep archive” storage which is roughly $1/TB, but a pain to manage, access time is measured in hours and it might cost 100x more in egress fees to download it all.

Depending on your access patterns, Wasabi (https://wasabi.com/cloud-storage-pricing/) could be cheaper, since they charge more $5.99/TB, but don't charge for egress ($0.01/GB at B2) or API calls ("GetObject" at $0.004 per 10,000 at B2).

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

#60
post #12

Speaking of this, does anyone know about any local backups for Linux with a nice GUI? I turned into a GNOMie and don't want to spend time with commandline options to figure it out. I tried APTIK but it flat out didn't work.

I’ve been using Deja Dupe for 4 years now for a local backup on my NAS. It’s extremely slow though, and I’d prefer fs level like ZFS or even btrfs at this point.
Post reply on HN