27 ms·
I'm going to drop Backblaze for my entire company over this. I need it to capture local data, even though that local data is getting synced to Google Drive. Wh
by wafflebot 5mo ago
I'm going to drop Backblaze for my entire company over this.
I need it to capture local data, even though that local data is getting synced to Google Drive. Where we sync our data really has nothing to do with Backblaze backing up the endpoint. We don't wholly trust sync, that's why we have backup.
On my personal Mac I have iCloud Drive syncing my desktop, and a while back iCloud ate a file I was working on. Backblaze had it captured, thankfully. But if they are going to exclude iCloud Drive synced folders, and sounds like that is their intention, Backblaze is useless to me.
- moffkalast 5mo agoBidirectional auto file sync is a fundamentally broken pattern and I'm tired of pretending it's not. It's just complete chaos with wrong files constantly getting overridden on both ends. I have no clue why people still use it and I'd cut my losses if I were you, either backup to the cloud or pull from it, not both at the same time like an absolute tictac.
- lazide 5mo agoThrow some clock skew into the mix and it’s even more hilarious!
- Gud 5mo agoWhy is this downvoted?
- adamsb6 5mo agoThe insult to tictacs.
- babypuncher 5mo agoI think this is a case of people using bidirectional file sync wrong. The point is to make the most up to date version of a file available across multiple devices, not to act as a backup or for collaboration between multiple users. It works perfectly fine as long as you keep how it works in mind, and probably most importantly don't have multiple users working directly on the same file at once. I've been using these systems for over a decade at this point and never had a problem. And if I ever do have one, my real backup solution has me covered.
- senkora 5mo ago+1. It works perfectly if your mental model is: “Every file is only ever written to from a single client, and will be asynchronously made available to all other clients, and after some period of time has elapsed you can safely switch to always writing to the file from a different client”.
- 01HNNWZ0MV43FF 5mo agoBidirectional file sync is also in hot demand from people who don't know the words, "file", "client", "write", "async", "available", or "time" :P
- babypuncher 5mo agoThe fact that lay people can and will use a tool incorrectly does not mean said tool is not useful
- unsettledturtle 5mo agoYep. See e.g. steam cloud saves, which is literally just Dropbox for your video game save files. Bidi sync is a super common pattern if you look for it, I'm surprised at all the hate it's getting here.
- andrejserafim 5mo agoI agree. I use syncthing for syncing phones and laptops. For data like photos, which aren't really updated. It works very nice. And for documents updated by one user, moving between devices is totally seamless. That being said i understand how it works at a high level.
- donmcronald 5mo ago> And if I ever do have one, my real backup solution has me covered. What do you use and how do you test / reconcile to make sure it’s not missing files? I find OneDrive extremely hard to deal with because the backup systems don’t seem to be 100% reliable. I think there are a lot of solutions these days that error on the side of claiming success.
- omnimus 5mo agoI also have no clue why people use it. You can build such a system yourself quite trivially by getting an FTP account, mounting it locally with curlftpfs, and then using SVN or CVS on the mounted filesystem. From Windows or Mac, this FTP account could be accessed through built-in software.
- j1elo 5mo agoWait a moment, you just gave me an idea for a product
- burnte 5mo ago1 out of a thousand people might do that, the others will buy the product. That's why people use it, most people don't want to build everything themselves.
- srdjanr 5mo agoIt's a reference to https://news.ycombinator.com/item?id=8863 https://news.ycombinator.com/item?id=8863
- Dylan16807 5mo agoBut as usual it forgets the "For a Linux user" part. If we remove the whole linux section and just ask "why not map a folder in Explorer" it's a reasonable question, probably even more reasonable in 2026 than in 2007. The network got faster and more reliable, and the dropbox access got slower.
- burnte 5mo agoLOL I should have remembered. :D Sorry!
- PunchyHamster 5mo agoSlow as fuck compared to 2 synced dirs
- zymhan 5mo ago
- PunchyHamster 5mo agoIt works perfectly fine if you're user that know how it works. I use it with Syncthing and it works coz I know to not edit same file at the same time on 2 devices (my third and fourth device is always on internet so chances propagate reasonably fast even if the 2 devices aren't on on the same time) But the moment that hits normal users, yeah, mess
- Aurornis 5mo ago> I have no clue why people still use it This is an instance of someone familiar with complex file access patterns not understanding the normal use case for these services. The people using these bidirectional sync services want last writer wins behavior. The mild and moderately technical people I work with all get it and work with it. They know how to use the UI to look for old versions if someone accidentally overwrites their file. Your characterization as complete chaos with constant problems does not mesh with the reality of the countless low-tech teams I've seen use Dropbox type services since they were launched.
- Anamon 5mo agoThis would be half OK if it worked, but you can't trust it to. OneDrive, for instance, has an open bug for years now where it will randomly revert some of your files to a revision from several months earlier. You can detect and recover this from the history, but only if you know that it happened and where, which you usually won't because it happens silently. I only noticed because it happened to an append-only text file I use daily.
- sunnybeetroot 5mo agoEven crazier is one drive has a limit on the total length of a file path, how is this even a thing that exists.
- ahhhhnoooo 5mo agoUnlimited strings are a problem. People will use it as storage. No, I'm not joking. We used to allow arbitrary paths in a cloud API I owned. Within about a month someone had figured out that the cost to store a single byte file was effectively zero, and they could encode arbitrary files into the paths of those things. It wasn't too long before there was a library to do it on Github. We had to put limits on it because otherwise people would store their data in the path, not the file.
- garaetjjte 5mo ago
- Backblaze-Jim 5mo agoHello, Jim from Backblaze here. I wanted to offer some insight into what happened with backing up cloud-synced folders. It is true that we recently updated how Backblaze Computer Backup handles cloud-synced folders. This decision was driven by a consistent set of technical issues we were seeing at scale, most of them driven by updates created by third-party sync tools, including unreliable backups and incomplete restores when backing up files managed by third-party sync providers. To give a bit more context on the “why”: these cloud storage providers now rely heavily on OS-level frameworks to manage sync state. On Windows, for example, files are often represented as reparse points via the Cloud Files API. While they can appear local, they are still system-managed placeholders, which makes it difficult to reliably back them up as standard on-disk files. Moreover, we built our product in a way to not backup reparse points for two reasons: 1. We wanted the backup client to be light on the system and only back up needed user-generated files. 2. We wanted the service to be unlimited, so following reparse points would lead to us backing up tons of data in the cloud We’ve made targeted investments where we can, for example, adding support for iCloud Drive by working within Apple’s model and supporting Google Drive, but extending that same level of support to third-party providers like Dropbox or OneDrive is more complex and not included in the current version. We are currently exploring building an add-on that either follows reparse points or backs up the tagged data in another way. We also hear you clearly on the communication gap. Both the sync providers and Backblaze should have been more proactive in notifying customers about a change with this level of impact. Please don't hesitate to reach out to me or our support team directly if you have any questions. https://help.backblaze.com/hc/en-us/requests/new https://help.backblaze.com/hc/en-us/requests/new We are here to help.
- huflungdung 5mo ago[dead]
- therealpygon 5mo agoSame. Specifically I was considering Backblaze for our company’s backups (both products, computers and their bucket for server backups. That is no longer the case as of the news.
- NR-backblaze 5mo agoTotally fair. If you end up taking another look, happy to help.
- NR-backblaze 5mo agoNatasha from Backblaze here. Just wanted to let you know that we do backup iCloud data, as long as the files are stored locally on your device (not just in iCloud as “optimize storage” / cloud-only files). If iCloud is set to keep full copies on disk, Backblaze will treat those like normal files and back them up. More details here: https://www.backblaze.com/computer-backup/docs/en/back-up-icloud-drive?highlight=icloud https://www.backblaze.com/computer-backup/docs/en/back-up-ic... Happy to answer any questions if anything’s unclear.
- foobiekr 5mo agoAt the top of this page: >NOTE: >iCloud's most recent update prevents Backblaze from backing up files that iCloud synced. >To back up these files, download them to another local location where Backblaze can read them. So which is it?