Backblaze has been good but me and several others I know are moving away due to not having a Linux client and being licensed per machine rather than per storage or user. It’s 2023 and we have lots of devices and a lot of people have a small home server they want to backup or just run Linux on their machines.
Perhaps wherever you live that's not the case, but it's certainly is in Australia and New Zealand.
Statista shows 47% identifying as professionals in the field of software development use Linux-based operating systems.
Probably around 80% of the engineers I know in Melbourne Australia run macOS, with somewhere between 15-19% of remaining 20% running Linux (I think I've seen a dev running windows recently but I can't remember where).
I backup my Linux systems to Backblaze using restic on a daily basis and I pay per storage used (and some cents for number of operations).
It's nice because I get zstd compression, smart deduplication, encryption, snapshots, multiple sets of backups to the same repo, daily random verification of backup data, etc.
I also do the exact same backups every day to (admittedly, underpowered) dedicated servers using borg but the restic backups always complete much faster.
And it's also pretty damn cheap.
Never had a problem, highly recommended, five stars***** (no affiliation).
That sounds like you're not using backblaze backup - you might be using backblaze b2 storage? (s3 compatible object storage).
If so, how much (in your currency) does it cost you to backup say 3TB with daily (x7), weekly (x4), monthly (x12) snapshots available for a year?
Using their own calculator and assuming in a year you have a total of 10TB stored (3TB of "active" data and the rest point-in time) they estimate B2 to cost a whopping $1110AUD/yr.
> That sounds like you're not using backblaze backup - you might be using backblaze b2 storage?
Right. Why, is the name of the service an issue? In Backblaze B2 you basically pay per storage, which I thought is what you wanted but perhaps I misread you and you wanted pay per machine instead?
I actually prefer pay per storage because I think pay per machine (i.e. an infinite storage promise) is not a sustainable model and just leads to a bad surprise down the road, when the service becomes too popular -- perhaps a sudden large price increase, the service being shutdown or even bankruptcy/sale of the business.
Although this means I do have to be somewhat selective of what I backup, it's not a big effort for me. I basically just exclude some large unimportant media files, my OS/installed programs (no need to backup those) and downloaded files, which can also be redownloaded again whenever I want.
> If so, how much (in your currency) does it cost you to backup say 3TB with daily (x7), weekly (x4), monthly (x12) snapshots available for a year?
I currently have a total of 496 snapshots, all the way back to a year ago, corresponding to a total of about 240-260 GiB of compressed data each snapshot.
The number of snapshots is a bit misleading because many of them are of a separate folder which almost never changes.
Still, it's 1 year's worth of almost daily backups of about 250 GiB of data.
This month I paid exactly $2.00 USD plus $0.35 VAT (I'm not in the US but the bill comes in USD). I don't recall ever having paid more than that.
> Using their own calculator and assuming in a year you have a total of 10TB stored (3TB of "active" data and the rest point-in time) they estimate B2 to cost a whopping $1110AUD/yr.
restic doesn't actually care very much about what kind of backend storage you use, it's really extremely flexible. So for that kind of storage, you may also want to take a look at all the backends that are available in restic, including those available through rclone (IIRC?) as a mediator, although Backblaze B2 is usually among the cheapest, if not the cheapest.
In your case, I think I'd probably just look into renting a cheap server with lots of storage and just use restic in SSH mode.
You might have to look around a bit, as there are many, many options available, but most of them are priced very high. To get the cheap ones you need to find specific providers (e.g. like Hetzner for dedicated servers) that usually charge much lower prices than the competition.
The cloud/VM servers are usually much cheaper, although personally I prefer to pay more and get a dedicated server in a cheap provider like Hetzner or OVH's Kimsufi (but that's because I can afford it, of course). But the cloud/VM servers should work fine as well, and there are many cheap providers for those.
However, be aware that the servers that have the amounts of storage that you're looking for are sometimes named "seed boxes" or "backup" / "storage" servers rather than just cloud or dedicated servers, as the latter ones usually have SSDs/NVMe storage which, although faster, is smaller and/or more expensive per TB than HDDs.
Some providers have storage devices available over the local network which can be flexibly provisioned and this might be cheaper than getting servers with large HDDs, as usually you only pay for the amount you use (or the amount you reserve). This is sometimes called "block storage" or perhaps "object storage". That said, most of these are backed by SSDs so they can be really expensive.
I've never rented a server with such a large amount of storage, so unfortunately I can't recommend a specific server type off the top of my head. But Hetzner has some storage boxes you might want to have a look into:
That is incredibly helpful information, thank you for taking the time to write that up.
240-260GB is a very small amount of data compared to what I backup, my photos and videos are around 150GB, I’ve got a few archives of family documents / data, an offline copy of my git repos, 35GB of email, any 3D models and related data I’m working on, a collection of specialised software that isn’t easily re-downloadable, daily snapshots of anything I’m working on (quite high churn but important), a couple of SQLite databases from a few apps I use, my collection of purchased ebooks and audiobooks and a few other things from my home server.
Currently I’m using both Backblaze Backup on one of my laptops and Borgbase which I was intending to migrate to once I was happy, it’s OK but I’d probably just be better doing something like you say with a VPS / cloud server somewhere near me in Australia/NZ, have had some performance issues with their hosting / routing and while borg itself has been reliable it’s a pain when you want to quickly browse through your backups or do an ad-hoc cleanup.
Was very sad to see the monthly cost rise from $5 to $9 over the history of the product. Same product, no real changes (I guess adding in more historical versioning, which was an additional cost, but now might be baked in)
Disk prices (which I would assume are their biggest vector to scale) has dramatically decreased since then.
I know there are other factors but it seems like nearly doubling the cost while cutting everything that is unlimited (except one product tier) and pushing everything else to consumption based - is a bit weird.
Their client seems super fast and efficient. I do enjoy that. But it too has had some odd limitations and for the most part I haven't had any changes to what I need from it from any perspective since it's been $5/mo. Certainly not with this new bump.
Yev from Backblaze here -> thanks for your perspective Mike! We do work hard on making sure the client stays speedy and system-efficient, so glad that's coming across! Re: the disc prices -> The cost per GB of storage has somewhat plateaued over the recent years, something we discuss in this recent blog post: https://www.backblaze.com/blog/hard-drive-cost-per-gigabyte/ and in addition to the raw storage costs there are others associated with running a cloud storage platform like electricity, cooling, bandwidth, and team members to keep things running smoothly. That's why we're constantly evaluating the market, economy, our costs, and customers usage patterns when thinking about pricing. It's all part of running a sustainable business. And re: Extended Version History, yes that feature will be made available for anyone with a Computer Backup license to enable after October 3rd at no additional charge.
14 comments
[ 742 ms ] story [ 1436 ms ] threadStatista shows 47% identifying as professionals in the field of software development use Linux-based operating systems.
Probably around 80% of the engineers I know in Melbourne Australia run macOS, with somewhere between 15-19% of remaining 20% running Linux (I think I've seen a dev running windows recently but I can't remember where).
https://www.reddit.com/r/backblaze/comments/9chhz6/backblaze...
It's nice because I get zstd compression, smart deduplication, encryption, snapshots, multiple sets of backups to the same repo, daily random verification of backup data, etc.
I also do the exact same backups every day to (admittedly, underpowered) dedicated servers using borg but the restic backups always complete much faster.
And it's also pretty damn cheap.
Never had a problem, highly recommended, five stars***** (no affiliation).
If so, how much (in your currency) does it cost you to backup say 3TB with daily (x7), weekly (x4), monthly (x12) snapshots available for a year?
Using their own calculator and assuming in a year you have a total of 10TB stored (3TB of "active" data and the rest point-in time) they estimate B2 to cost a whopping $1110AUD/yr.
My most important data is around 50 GB and I pay Backblaze B2 about 80 cents per month for a year of retention. I use restic, too.
Some of us have family photos/videos/media/3d models/software we like to back up.
Right. Why, is the name of the service an issue? In Backblaze B2 you basically pay per storage, which I thought is what you wanted but perhaps I misread you and you wanted pay per machine instead?
I actually prefer pay per storage because I think pay per machine (i.e. an infinite storage promise) is not a sustainable model and just leads to a bad surprise down the road, when the service becomes too popular -- perhaps a sudden large price increase, the service being shutdown or even bankruptcy/sale of the business.
Although this means I do have to be somewhat selective of what I backup, it's not a big effort for me. I basically just exclude some large unimportant media files, my OS/installed programs (no need to backup those) and downloaded files, which can also be redownloaded again whenever I want.
> If so, how much (in your currency) does it cost you to backup say 3TB with daily (x7), weekly (x4), monthly (x12) snapshots available for a year?
I currently have a total of 496 snapshots, all the way back to a year ago, corresponding to a total of about 240-260 GiB of compressed data each snapshot.
The number of snapshots is a bit misleading because many of them are of a separate folder which almost never changes.
Still, it's 1 year's worth of almost daily backups of about 250 GiB of data.
This month I paid exactly $2.00 USD plus $0.35 VAT (I'm not in the US but the bill comes in USD). I don't recall ever having paid more than that.
> Using their own calculator and assuming in a year you have a total of 10TB stored (3TB of "active" data and the rest point-in time) they estimate B2 to cost a whopping $1110AUD/yr.
restic doesn't actually care very much about what kind of backend storage you use, it's really extremely flexible. So for that kind of storage, you may also want to take a look at all the backends that are available in restic, including those available through rclone (IIRC?) as a mediator, although Backblaze B2 is usually among the cheapest, if not the cheapest.
In your case, I think I'd probably just look into renting a cheap server with lots of storage and just use restic in SSH mode.
You might have to look around a bit, as there are many, many options available, but most of them are priced very high. To get the cheap ones you need to find specific providers (e.g. like Hetzner for dedicated servers) that usually charge much lower prices than the competition.
The cloud/VM servers are usually much cheaper, although personally I prefer to pay more and get a dedicated server in a cheap provider like Hetzner or OVH's Kimsufi (but that's because I can afford it, of course). But the cloud/VM servers should work fine as well, and there are many cheap providers for those.
However, be aware that the servers that have the amounts of storage that you're looking for are sometimes named "seed boxes" or "backup" / "storage" servers rather than just cloud or dedicated servers, as the latter ones usually have SSDs/NVMe storage which, although faster, is smaller and/or more expensive per TB than HDDs.
Some providers have storage devices available over the local network which can be flexibly provisioned and this might be cheaper than getting servers with large HDDs, as usually you only pay for the amount you use (or the amount you reserve). This is sometimes called "block storage" or perhaps "object storage". That said, most of these are backed by SSDs so they can be really expensive.
I've never rented a server with such a large amount of storage, so unfortunately I can't recommend a specific server type off the top of my head. But Hetzner has some storage boxes you might want to have a look into:
https://www.h...
240-260GB is a very small amount of data compared to what I backup, my photos and videos are around 150GB, I’ve got a few archives of family documents / data, an offline copy of my git repos, 35GB of email, any 3D models and related data I’m working on, a collection of specialised software that isn’t easily re-downloadable, daily snapshots of anything I’m working on (quite high churn but important), a couple of SQLite databases from a few apps I use, my collection of purchased ebooks and audiobooks and a few other things from my home server.
Currently I’m using both Backblaze Backup on one of my laptops and Borgbase which I was intending to migrate to once I was happy, it’s OK but I’d probably just be better doing something like you say with a VPS / cloud server somewhere near me in Australia/NZ, have had some performance issues with their hosting / routing and while borg itself has been reliable it’s a pain when you want to quickly browse through your backups or do an ad-hoc cleanup.
Disk prices (which I would assume are their biggest vector to scale) has dramatically decreased since then.
I know there are other factors but it seems like nearly doubling the cost while cutting everything that is unlimited (except one product tier) and pushing everything else to consumption based - is a bit weird.
Their client seems super fast and efficient. I do enjoy that. But it too has had some odd limitations and for the most part I haven't had any changes to what I need from it from any perspective since it's been $5/mo. Certainly not with this new bump.