Earlier quoted context omitted.
cloudflare is not charging different amount for different storage providers, some storage providers are waiving the fee when the upstream is cloudflare. disclaimer: ex-cloudflare
So, Backblaze is not-net-neutral.
Backblaze B2 Cloud Storage Now Has S3 Compatible APIs
211–220 of 293 posts
Re: Backblaze B2 Cloud Storage Now Has S3 Compatible APIs
#212This is huge because it means you can use things like S3 Fuse to mount your storage. Which means you can use it to extend your local disk, or run your own backups, or whatever. Amusingly the price to store 1.2TB of data is the same as the cost of their backup plan, so if your disk is smaller than that, you could save a few bucks running your own backups. Until you have to restore (from what I can tell restores are fr…
rclone has long had a Fuse mount feature using the original B2 API.
Re: Backblaze B2 Cloud Storage Now Has S3 Compatible APIs
#213Earlier quoted context omitted.
Where can I find the pricing info for this allotment?
All of our pricing is available on the site (no need to call anyone) - B2 Cloud Storage is listed here -> https://www.backblaze.com/b2/cloud-storage-pricing.html . Just scroll down for the transactions!
Storage Download
BackBlaze .5 cents/GB 1 cent/GB
S3 (one zone infrequent access) 1 cent/GB 9 cents/GB
I'll transfer my 250GB of videos and images from S3 to BackBlaze some day.Re: Backblaze B2 Cloud Storage Now Has S3 Compatible APIs
#214Can Amazon actually patent their API (per the google vs oracle case) - basically like prevent other vendors to provide S3 APIs so that Amazon can lock in users. I am not a lawyer. So this is a genuine / dumb question.
Re: Backblaze B2 Cloud Storage Now Has S3 Compatible APIs
#215Earlier quoted context omitted.
All of our pricing is available on the site (no need to call anyone) - B2 Cloud Storage is listed here -> https://www.backblaze.com/b2/cloud-storage-pricing.html . Just scroll down for the transactions!
Storage Download BackBlaze .5 cents/GB 1 cent/GB S3 (one zone infrequent access) 1 cent/GB 9 cents/GB I'll transfer my 250GB of videos and images from S3 to BackBlaze some day.
Re: Backblaze B2 Cloud Storage Now Has S3 Compatible APIs
#216As a Synology user, please let this mean that Hyper Backup can work with B2 now (or at least soon).
I was trying to see if this was now better than Glacier- and aside from the SLA's being much better in terms of retrieval, I am not sure they make sense for a backup use case- where you are only really planning on downloading that data back down in a worst case scenario. It may depend on what your incremental backups look like as well- mine are negligible- a dump of a few GB of photos after holidays, other records ar…
Re: Backblaze B2 Cloud Storage Now Has S3 Compatible APIs
#217Re: Backblaze B2 Cloud Storage Now Has S3 Compatible APIs
#218Earlier quoted context omitted.
cloudflare is not charging different amount for different storage providers, some storage providers are waiving the fee when the upstream is cloudflare. disclaimer: ex-cloudflare
So, Backblaze is not-net-neutral.
Re: Backblaze B2 Cloud Storage Now Has S3 Compatible APIs
#219I have a decent sized music collection consisting a lot of lossless vinyl rips that I've made from my record collection. It totals around 200gigs at the moment but is growing weekly. I've been looking for somewhere to back this all up in the cloud and backblaze is looking most promising at the moment. Anyone here have any thoughts on where I should go with this?
I'm considering ditching the VM and using ZFS on linux, and just doing straight rclone to both the USB disk and Backblaze, for the following reasons:
TL;DR - my thread model is essentially me accidentally deleting something, and bitrot, and I think this setup is overkill for that.
* All operations mentioned take forever. Cutting the encryption I think might speed things up a lot (not sure about this, the key question is if the encryption is causing a lot of extra io operations).
* I'm afraid of losing my restic encryption key. I have multiple copies of my keepass file but if syncthing decides to delete them, both of my backups become useless.
* Backblaze has earned my trust, and in the unlikely event someone hacks my data, there's not much valuable there. I would probably switch to encrypting a single directory with the few things I care about being exposed. Even if I keep encrypting the whole thing, I would use something more boring than restic.
* I'm not sure I've ever needed to restore an old version of a file with restic (there may have been one time early on). I think deduplication is overkill for my needs as well. It's cool tech, I just don't think I need the complexity.
Re: Backblaze B2 Cloud Storage Now Has S3 Compatible APIs
#220Earlier quoted context omitted.
That's odd. I can't recall ever having a problem with browsers playing mp4s in a vanilla tag, as long as I encode them in the main h264 profile, AAC audio, and MOOV atom at the front (see [0] for ffmpeg command). Obviously the server has to support Range: byte requests. My impression is DASH/HLS are mostly useful for adjusting bitrate on the fly. [0]: https://superuser.com/a/438471/402047
When the parent talks about jumping to random byte offsets, they mean you don't have the first part of the file at all. You just have an arbitrary 512-MB chunk out of the middle.
† I mean, a digital-cable video stream is always "in the middle" unless you're just starting a VOD stream, but still.