Hi! I’m looking for a good cloud storage provider for my backups. I will encrypt them locally and rclone them, so integration is important. I’ve been looking through reddit, and every single provider has something behind their ears (closes accounts, scans files, sketchy, blah blah blah), so I’m having a bit of an analysis paralysis.
Free tier would be ideal. I don’t need a lot of space, just a few GBs. Thanks :)
Backblaze will only charge you for what you use. So 1TB is $6 per month, but 500GB is $3
Yep, I went with Backblaze and Mega as secondary.
I’ve been using Hetzner with borg for a while now and it’s been super solid, can’t be beaten price wise either as far as I’ve looked
Iam using it exactly like op eants. it works great and is cheap
Hetzner storage boxes look really compelling. Thanks for sharing!
Quite happy with borgbase
Same here! 10gb free is more than enough for the volumes I mount on my containers with config, etc
That’s on my todo list. So far backing up several machines, including some from my family.
Backblaze b2 and rsync.net (which shouldn’t be a problem for rclone)
Neither is sketchy in the slightest and run solid services with many options.
Backblaze, very cheap if you rarely recover the data
If we’re talking about Backblaze B2, downloads are free for 3x your average stored amount of data IIRC, so most recoveries would be free.
Oh, even like that, I didn’t know
Wow, makes B2 hard to beat
You could also pull all out through cloudflare and then it should be completely free
I’m using backblaze. I use truenas. I encrypt before send. Not sure about a free tier but I think I’m using a couple terabytes
I think 10GB of storage is free and then 6$ for 1TB. There is also a cost if you want to download backup, but its free for 3x of the data stored. Amazing for backups
Note- there is also a charge for calls per day.
https://www.backblaze.com/cloud-storage/transaction-pricing
I forget how truenas does it but I moved to restic which calculates changes locally then uploads the changed bits making it easily doable daily without extra charges.
Yeah I saw that, but not sure how it works in detail tbh. Anyway, I had 10GB that increased to 200GB recently and it cost me 2$ since April this year. That was for storage and few downloads to test bckups. I trck the cost and so far Im happy
Backbone has an option where you can store the encryption key yourself if you don’t want others accessing your files. Of course, the usual caveats around being extra careful with that key apply.
Wasabi S3 is nice and cheap.
You’ll only pay what you use, so probably just a few cents in your case.Oops, nevermind:
If you store less than 1 TB of active storage in your account, you will still be charged for 1 TB of storage based on the pricing associated with the storage region you are using.
Tbf it’s like 8 bucks a TB for anyone else reading this with 500 gigs or more
If you want something that works very well and is quite convenient, I can recommend the Scaleway S3 Glacier storage. If you only need a few GBs, it will only cost a couple of cents per month.
I’m very happy with Synology C2. They have special integrations for their NAS devices ofc, but they also offer general purpose backup storage.
Hetzner storage box
Restic + rclone [1] is a good combination. Supports encryption, versioning, dedupe, snapshots etc. When I looked into offsite backups a couple years ago I was originally focused on the cost for storage but then realized data transfer costs can add up too.
After doing evals on S3, Wasabi, Backblaze and Hetzner with Restic I ended up going with Google Drive. Flat annual price and no data transfer fees. Since Restic does all encryption locally I’m not worried about what the Big G can see.
Oh wow, brilliant. Gonna have to do some testing with restic. Looks like I could use it to roll my own Crashplan-to-friend that no longer exists
Check out storj. It is S3 compatible. If you upload from cli it encrypts localy and if you upload from web then it encrypts server side(you can still encrypt locally) data is stored in chunks so no one place has all you data. Old free tier was 50gb now its 25. You are paying for what you use. I use it at work for backing up time series database. I really like the ide and consept behind it.
As I remember storj is decentralized, right?
What about cost, like for 500gb, 1tb?
Thank you
Yes its decentralized. 4USD for TB /month and download 7USD/TB.
Now I can’t choose When I started using b2 it was a really good option But now I’m reading and can’t decide between storj and hetzner with their $4 for tb with free traffic
I hope someone with exprience with hetzner can chime in.
That’s about $2/TB cheaper than Backblaze B2. Nice.
Looks like they make it up on egress costs, which aren’t even bad at all for my use-case (4TB total currently).
Thanks!
For those wondering, it’s www.storj.io
Rclone works with mega (25gb free), storj (25gb free), google (15gb free).
If you’re encrypting locally, a free Nextcloud provider would probably do the trick. Use one in Europe for better privacy rights.
Why rclone? S3 sync the files on a schedule, enable versioning for immutability and encrypt at the bucket level.