Earlier quoted context omitted.
How big is your sync folder? I have around 25GB I'd like to get off Dropbox.
Fairly small; it's only about 5 GB, so I can't say for certain how well it would work with something that large. At least at the size that I have, changes propagate across my devices pretty much instantaneously .
The new Dropbox
431–440 of 590 posts
Re: The new Dropbox
#432Earlier quoted context omitted.
After receiving an email like: > This is all for just $20.88 more a year 1. I never asked for anything more 2. you still charge me for more at a higher price I just bought 2TB data on iCloud, moving everything there. Now I will have good photo application with face recognition which is awesome. Do not expect any move from Dropbox to make your personal life better, they won't. They are going towards enterprise custome…
I self-hosted a Nextcloud installation and used 2x 4TB drives. The first is full dedicated to the Nextcloud use while the second is rsync-ed to the first every night. Then I deleted my 8 years old Dropbox account. Currently my only cloud provider is iCloud just for the photos, contacts, iwhatever backup.
Re: The new Dropbox
#433Earlier quoted context omitted.
I think this may be something that needs to be exposed at the application level, e.g., iWork's "Browse All Versions" feature: https://support.apple.com/en-us/HT205411 I see this in other apps as well; I just checked iA Writer, for instance, and it shows me versions on iOS. (And, of course, if you have Time Machine enabled on your Mac, you can browse versions for everything on that system, but I don't know how that in…
That means it's a local, Mac-only feature. I like having access to old versions in the cloud, partially because my other computer is a desktop PC.
Re: The new Dropbox
#434I've been a Dropbox user for many years but I'm looking for a replacement. What drives me nuts and hasn't gotten better over the years is their truly awful Python-based macOS client software. It is constantly burning a ton of CPU/battery. It's always at or near the top of Activity Monitor's list in the Energy tab. It seems like their app constantly reacts to any file system activity, even if that activity is outside…
I had the same inclination as you. Dropbox was cooking my 2015 Macbook Pro. What I can tell you might reduce research time. Google Drive has no differential sync. Any changes you make re-upload the whole file. This is a hard no for me. Also Google. I moved to Sync[0]. The pricing tier was more what I wanted (500GB). They support symlinks, differential syncing, selective sync as well as a 'Vault' for storing files in…
Sync claims that, if you have the Sync setup create your own encryption key on your device, files are end-to-end encrypted. I believe them. Moreover, Sync support confirmed that they do not have access to meta-data about your files either. Thus, their admins do not have access to your unencrypted files or information about them.
They support all the usual devices both on the desktop and mobile apps.
Their servers are located in Canada, not the U.S., if geography matters to you from a privacy perspective.
I will also second that Sync seems much speedier than Dropbox. Startup / connection time is maybe 50% faster on my dated machine. (Dropbox seems to say Connecting... forever!)
You can run both Dropbox and Sync.com at the same time if you want to migrate slowly. I use Dropbox for non-sensitive files (e.g. rando family pictures) and Sync.com for sensitive files (e.g. birth certificates, financial files). With Sync.com and their more thorough end-to-end encryption, I feel safer that my file data cannot be used for random studies or anything else Dropbox feels like they can justify [0].
[0] https://www.wired.com/story/dropbox-sharing-data-study-ethic...
Re: The new Dropbox
#435I've been a Dropbox user for many years but I'm looking for a replacement. What drives me nuts and hasn't gotten better over the years is their truly awful Python-based macOS client software. It is constantly burning a ton of CPU/battery. It's always at or near the top of Activity Monitor's list in the Energy tab. It seems like their app constantly reacts to any file system activity, even if that activity is outside…
Yes, their symlink handling is absurd, and they have the usual sanctimonious defense when questioned about this. To be fair, most commercial cloud services overthink this, and also get it wrong. A symlink is just a file, like any other. It is a user's responsibility to insure that a symlink will work elsewhere; cloud services should just copy the file, just like any other. The users who expect a symlink to trick a cl…
A file for which you exclusively use lstat() & readlink() instead of all the other usual functions in the standard library you use for regular files. What about named pipes? Or sockets? Or whiteout? Are they too just files since they have a filename?
Re: The new Dropbox
#436I've been a Dropbox user for many years but I'm looking for a replacement. What drives me nuts and hasn't gotten better over the years is their truly awful Python-based macOS client software. It is constantly burning a ton of CPU/battery. It's always at or near the top of Activity Monitor's list in the Energy tab. It seems like their app constantly reacts to any file system activity, even if that activity is outside…
Re: The new Dropbox
#437Earlier quoted context omitted.
I posted above, but can elaborate in some more detail here. I used the new Backup & Sync tool for the first time and had a poor experience. Context: I have a paid MS OneDrive account but maxed out my storage and was seeking alternatives (specifically ones with easy family sharing). It turned out my wife was already paying for Google One so we just used that. I downloaded Backup & Sync just to transfer my photos from…
Too late to edit, but I just read the announcement about the changes to Drive and Photos which directly addresses my confusion. https://www.blog.google/products/photos/simplifying-google-p...
Re: The new Dropbox
#438Looks like Zawinski's Law is still 100% true: “Every program attempts to expand until it can read mail. Those programs which cannot so expand are replaced by ones which can.” Coined by Jamie Zawinski (who called it the “Law of Software Envelopment”) to express his belief that all truly useful programs experience pressure to evolve into toolkits and application platforms (the mailer thing, he says, is just a side effe…
So why are there no really good email clients?
Re: The new Dropbox
#439Earlier quoted context omitted.
Google's is much worse for any significant number of files. It burns a bunch of CPU/battery like you described for Dropbox, but it also freezes eventually and has to be force-killed. I gave up trying to sync my former Dropbox files to Drive.
When was the last time you tried Google Drive? I had the exact opposite experience. I tried to sync about 700k files to Dropbox and it chewed up CPU for hours, never got past "Preparing to Sync" (or whatever is the equivalent), then crashed. I tried a number of things. Circa about 2 years ago. Google drive does annoy me when it decides to do a "full scan" and won't sync anything new until it completes, BUT, it does s…
Re: The new Dropbox
#440Earlier quoted context omitted.
I'm starting a company and writing native clients. There isn't any reason not to. There are lots of cross-platform GUI libraries that are fine for business applications, you get native speed, there are plenty of languages that are both safe and fast. You get full access to the full power of the OS if you need it. I think the current craze of non-native clients is because of web-developers who don't know how to do any…
>There are lots of cross-platform GUI libraries In what sense is an app native if it uses cross-platform GUI libraries? Ahead of time compilation alone doesn't make an app native in my view.
There are cases where a custom, bespoke application for each platform is warranted, but that is rare. It's a continuum between the custom, bespoke and a UI/color scheme completely custom to your app.