I’ve never liked the concept of cloud based storage. I’m not sold in the security of storage OUTSIDE. It seems eminently hackable.
Backblaze allows you to optionally supply your own, locally-generated encryption key. This means that the data is encrypted before it ever leaves your system and they don't have the ability to decrypt or view the backed up data. Of course if you lose that key you're out of luck, but it does resolve any concerns about the remote servers being hacked and exposing your private data.
With the Backblaze Personal product this is done in the form of a user-selected passphrase. In the event that you need to do a restore, you will need to supply this passphrase on their website.
With the Backblaze B2 product you generate a key and a salt and use those in conjunction with your backup software (like
rclone for instance) and they truly never have access to your unencrypted data.
Remotely backup all your data to Backblaze datacenter. Online backup of everything on your computer.
www.backblaze.com
[automerge]1595481903[/automerge]
It's important to regularly verify your backups though. With clones that's really simple, not sure what you'd have to do to test the integrity of something like Time Machine.
This is sort of handled inherently by the nature of differential backups. Any data corruption on the target side will just be treated as a changed file and backed up again. The nature of how Time Machine works guards against data corruption and bit rot since the files are constantly being hashed for comparison to the source data.
If you're doing Time Machine over the network to a NAS appliance you can also use a filesystem like btrfs or zfs that will itself protect and correct bit-rot and data corruption.
I see the major value of Time Machine over clones in that it protects you against a wider range of potential data loss situations. That document that you accidentally deleted but didn't notice until weeks later. With clones, unless you have a rigorous and complicated rotation schedule of destination drives, you're likely to have blissfully cloned your source drive with the missing files and lost any chance of recovery. With Time Machine you just go back 60 days and restore it.
I don't like relying
only on Time Machine but I sure wouldn't want to live without it.