by jhack on 1/25/19, 3:06 AM with 42 comments
by throwitaway132 on 1/25/19, 11:47 AM
Or maybe just don't be so eager to purge your paying customers' backups in the first place? It's not like we stop paying your subscription fees as soon as we disconnect a drive.
I was a happy Backblaze customer until one day when I went on a month-ish long vacation, took my external hard drive with me, and came back to find the entire backup gone. If the drive went bad or if I were to lose it during the trip, I'd have been shit out of luck.
Switched to Crashplan and never looked back. Even now that they're double the price of Backblaze (since they discontinued the consumer plan, I've moved to their business plan) I still find it a much better value proposition because of their _much_ more flexible versioning and retention policies:
https://support.code42.com/CrashPlan/6/Configuring/Specify_v...
https://support.code42.com/CrashPlan/6/Restoring/Retain_and_...
None of this "we delete your backups if we don't see them for 30 days" bullshit.
Versioning and retention is _the_ core value proposition of a backup product imho, and Backblaze is laughably inadequate in this area. Stay away.
by ksec on 1/25/19, 10:09 AM
So I just set, forget and pay monthly knowingly the Data should be safe.
by izacus on 1/25/19, 8:43 AM
by cdumler on 1/25/19, 2:43 PM
It doesn't seem to be snapshot system, but an archive system. A snapshot is usually a point in time represented by a series of changes. By being a series of change, it would deduplicate redundant files between snapshots. It appears that this is a full archive backup, which is fine but have some limitations:
* Need to upload the whole archive every time. * No deduplication. * Need to have double the space to restore (download then unzip). * No partial restores. * No encryption of personal files.
If you have any technical willingness, consider restic. It is a command line utility that has the ability to backup to many backends, including B2. Being a CLI, it can be scripted. Files can be arbitrarily backed up and restored. It has encryption that the servers can never see. I also hear Duplicati is similar, but have never used it.
If you want an easy way to just make archives locally and store it on B2 for cheap, consider a cloud mounter, like Mountain Duck. You can treat B2 as a drive and upload/download files as needed. Note: B2 is a _very_ simple store, so simple that it doesn't support renaming files (must download, rename, and upload). But, it is fast and inexpensive.
by mike503 on 1/26/19, 3:03 AM
CrashPlan is garbage. Bloated client, keeps breaking down and I get reports my devices aren’t backed up but then they say they are, after backing up 30+ TB (it took years) it says my original backup had to be reset so I had to restart the entire thing, just not a lot of confidence with them. But it is the only unlimited Linux option out there.
Also, they just removed their personal plan and do business only and per device now. If they could make their client not suck, and give better confidence in their platform, I wouldn’t complain.
by atoav on 1/25/19, 9:39 AM
by bsutt on 1/25/19, 9:46 AM
by toomuchtodo on 1/25/19, 6:37 AM
by msh on 1/25/19, 3:38 PM