Backblaze cloud backup

Just an Update:
A friend of mine took the deal IDrive, he is experiencing speed of 100-300Kb/s and peak 600Kb/s.
If anyone took the deal, can you post speeds. I tried and getting 3.3MB/s but I am renewal customer(tested 8:36pm 13/10/17). Edit: On large files I see its limited to 1MB/s. Still better then spideroak:crylaugh:.

Spideroak deal:
1GB per hour max
https://support.spideroak.com/hc/en-us/articles/115001929726-Backup-Upload-Rate

Google Drive:
9.7MB/s upload Vumatel CI 100/100, 5.8Mbps Vumatel CFibre 50/50

Backblaze Trial:
above is true
 
Last edited:
Backblaze does seem to be limited to 15-20Mbs which is a shame.
 
It quite expensive.

R2/GB? It's a lot less than what we are currently paying... Which cloud backup solution would you recommend that stores data in SA?

Backblaze does seem to be limited to 15-20Mbs which is a shame.

Could be our internet? I have seen guys getting some low upload speeds to international servers...
 
R2/GB? It's a lot less than what we are currently paying... Which cloud backup solution would you recommend that stores data in SA?



Could be our internet? I have seen guys getting some low upload speeds to international servers...

I just looking at my invoices and you right. The prices are competitive for local storage.

You can use google drive, its very fast. For my main storage I use Google Storage(https://cloud.google.com/storage/) and Azure Blob Storage, both are low access(long term backups).

Access Storage 10 - 20 TB Storage:
I use Dedicated Servers with RAID Storage with offline 4 x 6TB NAS Controlled Storage.

My Backup I use Google Drive, Google Storage and Azure Blob. This is costing me $100 - $200 per month. Critical projects.
I got email saying I can try Azure Blob Storage(South Africa) in January.

My Fun Laptop, Sister laptop, Dad laptop and Brother Laptop I use IDrive $35 per year for 2TB +2TB storage. I assign a drive and I am happy with it so far. Most probably it be replace by OneDrive 1TB per Family Member and each control it themselves(Office 365).

I tried out Backblaze(I like they functionality that backup everything that might be important) but speed is slow, Spideroak is slow but Zero Knowledge storage and OneDrive(Fast).
I currently trying out pCloud.

For Office use I recommend Google Storage or Azure Blob.
 
Last edited:
Could be our internet? I have seen guys getting some low upload speeds to international servers...

No, it's Backblaze. The max speed is only achieved with ultra level multithreading - ordinarily your speed is almost nothing. And their support admits the limitation readily and tells you to use their regular cloud storage product instead if upload speed is important.
 
No, it's Backblaze. The max speed is only achieved with ultra level multithreading - ordinarily your speed is almost nothing. And their support admits the limitation readily and tells you to use their regular cloud storage product instead if upload speed is important.

Ah, I see. I am busy testing DataKeepers. Will revert once done.
 
Weird, I started using BackBlaze (because Crashplan are idiots now) and even though it doesn't satisfy my "keep all deleted files etc" it did work pretty nicely. I was able to backup 150gb in about 3 days at the start. Wondering why you guys struggle with the upload speeds / backup times so much.

I decided to purchase the $5 a month unlimited backup.

I might setup my own backup facility when/if I find something open source which has the features I like out of the box, but I generally don't want to manage disk space and crap.
 
Some bash scripts will do the job.

mkay? so bash scripts would do triple encryption and compression and then upload it to whatever cloud storage?

cool, would you care to link to those bash scripts that does that? Because then I seriously wonder why people even bother with backup programs if you can just do this with bash.
 
mkay? so bash scripts would do triple encryption and compression and then upload it to whatever cloud storage?

cool, would you care to link to those bash scripts that does that? Because then I seriously wonder why people even bother with backup programs if you can just do this with bash.

I doubt bash will work.
Look at the below:
https://nodejs.org/api/crypto.html
https://cloud.google.com/nodejs/getting-started/using-cloud-storage

We used nodejs. It's sadly not free, I can give you our setup, I can request it to be open source, I doubt we ever going to sell it or something we will commercialize. Let me know if you interested and meet your requirements. I will motivate colleagues to say yes to upload it to github)

Functionality:
We list files and folder we want to backup in a configuration file(Some colleague made a GUI for it), it will create a listing per directory encrypted. It simple.

Nodejs take in 4 parameter or one setting.json
Input:
password(AES) - Stored in a brain cell
public key(RSA) - Stored on Machine Credential Manager
key file(Blowfish) - Stored on Server(internal)
configuration file - Stored on location machine
1. provider - Google, Amazon, Azure, Rackspace and newsgroup provider[Array]
2. setting - container API key[Array]
3. file list - regular expressions[can support an array per provider]
4. File Storage Type: IMPORTANT - example Cold storage or hot storage since retrieval will be costly.
5. For newsgroup you need to provide the starting point and will create a new starting point which needs to be stored. NB! WAS EXPERIMENTAL and we adding it to a smart contract(70% complete)

The program starts off with configuration file and creates a visualize tree:
Structure Container visualization tree:
listing.json
parentfolder1
-> Folder 1
-> music.mp3
-> listing.json​
-> Folder 2
-> my s*-x tape.mp4(I trust my software)
-> listing.json​
-> Folder 3
-> listing.json​

each listing.json will have the SHA256 hash of the file, time stamps, parent listing, filename, guidid.
After doing that it will read all listing.json(decrypts it) and compare the sha256 hash codes.
It will create an instruction file with instructions to move, rename, replace, add or delete(It will just exclude it from backup list in future not hard delete it - can run cleanup).
For each instruction it will encrypt the file stream using keyfile, public key and lastly AES then it will upload it to blob container (Multiple of 32KB) and also generate optionally a par file of 10% compressed.(Multi threaded)

Result in the cloud is a flat structure within that container(One container per pc)
cguid.json(The listing)
fguid(The actual files)
pguid(Par files for repairing)

Its a once off setup and you have to run it manually. Speeds are great, We max out 50Mbps and 100Mbps line.
usage for backing up:
node backupapp ./settings
enter password
shows instructions and progress.

usage filetree:
node backupapp --list ./settings
enter password

usage for retrieval:
node backupapp --recover ./settings recovery-file-guid-list path to recovery(will create the treenode)
enter password

It's Moderate not simple. This is over kill for my sister, brother and dad just to run node and enter password. They said it's a waste and stupid. iDrive for them.
Office or business I don't trust anyone nor should you.
 
Last edited:
I just uninstalled Backblaze after my trial finished and it looked like it backed up around 100MB. Insane.

Installed iDrive on the free 5GB account, set up 1.5GB for tonight. Will see how it goes.
 
Top
Sign up to the MyBroadband newsletter
X