Ask HN: What is the current state of the art in BIG (>5TB) cloud backups?
11–20 of 22 posts
Re: Ask HN: What is the current state of the art in BIG (>5TB) cloud backups?
#12Why are you choosing to use the cloud instead of spinning rust under your control? Or to put it another way, why is state of the art important?
I need to know what people are doing recently because most of the documentation I'm finding online is from 3-5 years ago and I want the most up-to-date information.
Re: Ask HN: What is the current state of the art in BIG (>5TB) cloud backups?
#13Re: Ask HN: What is the current state of the art in BIG (>5TB) cloud backups?
#14I was actually talking to my dad the other day. He asked me if there is a way for him to replicate his hard drive to me without touching cloud providers. The contents are family photos & videos, plus paperwork. I couldn't find a simple solution.
Re: Ask HN: What is the current state of the art in BIG (>5TB) cloud backups?
#155 TB? I don't know how to count that low.
Re: Ask HN: What is the current state of the art in BIG (>5TB) cloud backups?
#16I didn’t use rclone. I just used native AWS cli commands. But I’m an AWS guy and already had my own seldom used AWS account.
Restore takes from 12 (more expensive) to 48 hours (cheaper)
Re: Ask HN: What is the current state of the art in BIG (>5TB) cloud backups?
#17If it’s important just use b2 or hetzner storage box. Use restic or rustic for backup and dedupe and encryption. I run this setup for home and work and we’re doing this on 10tb+.
Re: Ask HN: What is the current state of the art in BIG (>5TB) cloud backups?
#18I was actually talking to my dad the other day. He asked me if there is a way for him to replicate his hard drive to me without touching cloud providers. The contents are family photos & videos, plus paperwork. I couldn't find a simple solution.
Syncthing will do a 1 to 1 connection if possible, else it will use a relay server. Traffic is encrypted. Open source. After the initial setup of marrying the devices together, it's just a matter of starting the application. Pretty much what you want?
Re: Ask HN: What is the current state of the art in BIG (>5TB) cloud backups?
#19This needs more information. 5TB is far from "BIG" when it comes to cloud backups. You can probably get away with google drive+rclone+borg/restic/whatever, but it will be rather clunky. Backblaze might be a nicer backend to use. I use rsync.net with borg, but not sure about your budget. Their 1TB lifetime plan is very competitive though.
I know rsync.net has been around for a long time but I'm always very skeptical of lifetime plans, you'd have to use it ~10 years for it to be worth it. (Comparing with Hetzner's 1TB storage box)