Live data from Hacker News

Backblaze has stopped backing up OneDrive and Dropbox folders and maybe others

rareese.com

61–70 of 716 posts

Re: Backblaze has stopped backing up OneDrive and Dropbox folders and maybe others

#61
post #20

To the author: please use a darker font. Preferably black. I’m only in my 40’s, I don’t require glasses (yet) and I have to actively squint to read your site on mobile. Safari, iPhone. I’m pretty sure you’re under the permitted contrast levels under WCAG.

[flagged]

Re: Backblaze has stopped backing up OneDrive and Dropbox folders and maybe others

#62
post #37

Earlier quoted context omitted.

Safari’s reader mode is good for this. All you have to do is long press the icon on the left edge of the address bar.

LONG PRESS????!?! you legend. How does one find these things out.

Like this, by word of mouth. That’s how Apple has done UI design since they stopped printing paper manuals.

- ctrl-shift-. to show hidden files on macOS - pull down to see search box (iOS 18) - swipe from top right corner for flashlight button - swipe up from lower middle for home screen

Etc, etc

Re: Backblaze has stopped backing up OneDrive and Dropbox folders and maybe others

#64
After mucking around with various easy to use options my lack of trust[1] pushed me into a more-complicated-but-at-least-under-my-control-option: syncthing+restic+s3 compatible cloud provider.

Basically it works like this:

- I have syncthing moving files between all my devices. The larger the device, the more stuff I move there[2]. My phone only has my keepass file and a few other docs, my gaming PC has that plus all of my photos and music, etc.

- All of this ends up on a raspberry pi with a connected USB harddrive, which has everything on it. Why yes, that is very shoddy and short term! The pi is mirrored on my gaming PC though, which is awake once every day or two, so if it completely breaks I still have everything locally.

- Nightly a restic job runs, which backs up everything on the pi to an s3 compatible cloud[3], and cleans out old snapshots (30 days, 52 weeks, 60 months, then yearly)

- Yearly I test restoring a random backup, both on the pi, and on another device, to make sure there is no required knowledge stuck on there.

This is was somewhat of a pain to setup, but since the pi is never off it just ticks along, and I check it periodically to make sure nothing has broken.

[1] there is always weirdness with these tools. They don't sync how you think, or when you actually want to restore it takes forever, or they are stuck in perpetual sync cycles

[2] I sync multiple directories, broadly "very small", "small", "dumping ground", and "media", from smallest to largest.

[3] Currently Wasabi, but it really doens't matter. Restic encrypts client side, you just need to trust the provider enough that they don't completely collapse at the same time that you need backups.

Re: Backblaze has stopped backing up OneDrive and Dropbox folders and maybe others

#65
I recently stopped using Backblaze after a decade because it was using over 20GB of RAM on my machine. I also realized that I mostly wanted it for backing up old archival data that doesn’t change ever really. So I created a B2 bucket and uploaded a .tar.xz file.

Re: Backblaze has stopped backing up OneDrive and Dropbox folders and maybe others

#66

I backup my data to s3 and r2 using local scripts, never had any issues Don't even know why people rely on these guis which can show their magic anytime

* S3 is super expensive, unless you use Glacier, but that has a high overhead per file, so you should bundle them before uploading.

* If your value your privacy, you need to encrypt the files on the client before uploading.

* You need to keep multiple revisions of each file, and manage their lifecycle. Unless you're fine with losing any data that was overwritten at the time of the most recent backup.

* You need to de-duplicate files, unless you want bloat whenever you rename a file or folder.

* Plus you need to pay for Amazon's extortionate egress prices if you actually need to restore your data.

I certainly wouldn't want to handle all that on my own in a script. What can make sense is using open source backup software with S3/R2/B2 as backing storage.

Re: Backblaze has stopped backing up OneDrive and Dropbox folders and maybe others

#67
post #56
post #20

To the author: please use a darker font. Preferably black. I’m only in my 40’s, I don’t require glasses (yet) and I have to actively squint to read your site on mobile. Safari, iPhone. I’m pretty sure you’re under the permitted contrast levels under WCAG.

+1 Firefox users: press F9 or C-A-R

F9 doesn't seem to do anything for me on Linux... Neither on the posted page nor on HN.

What is it supposed to do?

There is no mention of F9 on this support page either:

https://support.mozilla.org/en-US/kb/keyboard-shortcuts-perf...

Am I missing something?

Re: Backblaze has stopped backing up OneDrive and Dropbox folders and maybe others

#68
Not backing up cloud is a good default. I have had people complain about performance when they connected to our multiple TB shared drive because their backup software fetched everything. There are of course reasons to back that up I am not belittling that, but not for people who want temporary access to some 100GB files i.e. most people in my situation.

Re: Backblaze has stopped backing up OneDrive and Dropbox folders and maybe others

#69
post #20

To the author: please use a darker font. Preferably black. I’m only in my 40’s, I don’t require glasses (yet) and I have to actively squint to read your site on mobile. Safari, iPhone. I’m pretty sure you’re under the permitted contrast levels under WCAG.

> Please don't complain about tangential annoyances—e.g. article or website formats, name collisions, or back-button breakage.

Re: Backblaze has stopped backing up OneDrive and Dropbox folders and maybe others

#70
post #56
post #20

To the author: please use a darker font. Preferably black. I’m only in my 40’s, I don’t require glasses (yet) and I have to actively squint to read your site on mobile. Safari, iPhone. I’m pretty sure you’re under the permitted contrast levels under WCAG.

+1 Firefox users: press F9 or C-A-R

[deleted]
Post reply on HN