Edit: spelling errors and cleanup
Backblaze has stopped backing up OneDrive and Dropbox folders and maybe others
251–260 of 716 posts
Re: Backblaze has stopped backing up OneDrive and Dropbox folders and maybe others
#252Earlier quoted context omitted.
Is there an example of a consumer facing SaaS that's been able to handle the "unlimited" in a way you'd consider positive?
Google and Youtube, especially Youtube.
Re: Backblaze has stopped backing up OneDrive and Dropbox folders and maybe others
#253Re: Backblaze has stopped backing up OneDrive and Dropbox folders and maybe others
#254Earlier quoted context omitted.
> Arguably they should even when not in that mode, but it'll churn files repeatedly as you stream files in and out of local storage with the cloud provider. When you have a couple terabytes of data in that drive, is it acceptable to cycle all that data and use all that bandwidth and wear down your SSD at the same time? Also, high number of small files is a problem for these services. I have a large font collection in…
Then do it in memory, assuming those services allow you to read the files like that. It sounds like they do based on your other comments.
The filesystem is a black box for these software since they don't know where a file resides. If you want control, you need to talk with every party, incl. the cloud provider, a-la rclone style.
Re: Backblaze has stopped backing up OneDrive and Dropbox folders and maybe others
#255Earlier quoted context omitted.
> Unless it does something very weird it won't trigger all those files to download at the same time. That shouldn't be a worry. The moment you call read() (or fopen() or your favorite function), the download will be triggered. It's a hook sitting between you and the file. You can't ignore it. The only way to bypass it is to remount it over rclone or something and use "ls" and "lsd" functions to query filenames. Other…
Why would it use either of those on all the files at once? It should only be opening enough files to fill the upload buffer.
And no, my server isn't behind cloudflare, primarily because I don't have $200 to throw at them to allow me to proxy arbitrary TCP/UDP ports through their network, and I don't know how to tell CF "Hey, only proxy this traffick but let me handle everything else" (assuming that's even possible given that the usual flow is to put your entire domain behind them).
Re: Backblaze has stopped backing up OneDrive and Dropbox folders and maybe others
#256Re: Backblaze has stopped backing up OneDrive and Dropbox folders and maybe others
#257Re: Backblaze has stopped backing up OneDrive and Dropbox folders and maybe others
#258Re: Backblaze has stopped backing up OneDrive and Dropbox folders and maybe others
#259Earlier quoted context omitted.
4 writes out of what, 3000? For something you'll need to do once or twice ever? It's fine. You might not even eat your whole Drive Write Per Day quota for the upload duration, let alone the entire month. > the technical limits of the technology that I had at home (PON for the time being) Isn't that usually symmetrical? Is yours not?
How do you know how often those files need to be backed up without reading them? Timestamps and sizes are not reliable, only content hashes. How do you get a content hash? You read the file.
Re: Backblaze has stopped backing up OneDrive and Dropbox folders and maybe others
#260JottaCloud is "unlimited" for $11.99 a month (your upload speed is throttled after 5TB).
I've been using them for a few years for backing up important files from my NAS (timemachine backups, Immich library, digitised VHS's, Proxmox Backup Server backups) and am sitting at about 3.5TB.