TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Have any of you switched away from Dropbox?

9 pointsby barbequeer3 months ago
I am a long time dropbox free user, and I find it very useful, but I have more than three devices.<p>I don&#x27;t want to shell out for a pro account because 120 a year just seems too much to pay for syncing things between devices, and I&#x27;m a tightwad on a budget.<p>I&#x27;ve tried various combinations of syncthing, github, owncloud, nextcloud etc, on private servers and raspberry pis in my home. I work from home and dont really care about having access to stuff away from home - its really more about syncing between various family laptops and across different OSes. I&#x27;m not talking enormous amounts of data - I have 15GB storage on dropbox from when they did various promotions years ago, and I have not hit the limit yet. I mainly just sync around important docs, scripts, config files, source code for things, handy files, the odd photo or thing I want to move from one to another.<p>has anyone found a good free alternative that actually works well? Was it one of the above ones I mentioned? if so, what were the teething problems?<p>am I missing a really obvious alternative?

11 comments

legitster3 months ago
&gt; has anyone found a good free alternative that actually works well?<p>Free? No. But cloud storage comes bundled with so many services now that I don&#x27;t feel the need for another discreet one.<p>We already pay for an annual Office 365 plan and it comes with 6 terabytes of free cloud storage for our family which is more than enough! And more storage than you get for a basic paid Dropbox account that costs more!
sejje3 months ago
I use syncthing. It&#x27;s so simple. How did it fail for you?<p>The only problem I can think of is that they both&#x2F;all need to be on.<p>I have almost your exact same use case. I do sync one machine at work, but mostly I&#x27;m just trying to avoid drive failure and be able to share programming projects easily.
评论 #43311951 未加载
HenryBemis3 months ago
I stopped using Dropbox many years ago. I switched to a non-syncing but encrypted cloud backup, with the years they changed and now they are Carbonite, that have unlimited storage. Challenge is that if you encrypt then you cannot recover &quot;that one file&quot; but you have to download the whole blob (mine is over 1TB).<p>When I need to travel and take my &quot;burner&quot; laptop it carries only the OS, firefox and the very few files that I copy with a flash disk.<p>And, SyncToy, I used it plenty 10-15 years ago.<p>You mentioned syncthing, if momery serves me well, Steve Gibson has mentioned it quite a few times but I haven&#x27;t played around with it.
scblock3 months ago
Years and years ago. I see you&#x27;ve tried many things but not described whatever issues you may have had with them. I use Nextcloud running on a NAS which also runs a Wireguard endpoint so I have access via VPN to my home network when I am traveling. It&#x27;s not perfect but does what I want it to do syncing a folder of files between Linux, Windows, and macOS systems, and the iOS app works well enough.<p>I don&#x27;t use it for large scale file storage, such as photos or media. Those are on the NAS and accessed through traditional SMB file shares.
评论 #43254411 未加载
kadushka3 months ago
That question sounds to me like “have any of you switched away from myspace?”<p>I last used dropbox ~15 years ago. Since then I used S3, Google Drive, Synology NAS, and iCloud. I don’t need to do any syncing across devices: if I need a file I know where to find it (gmail if it’s a document, icloud if it’s an image&#x2F;video). I still back everything up to Synology.
评论 #43254371 未加载
solardev3 months ago
I just use Google Drive since it&#x27;s where all my stuff lives anyway. It&#x27;s free up to 15 GB, or $20&#x2F;yr for 100 GB.<p>Probably if you&#x27;re on Mac or Windows, iCloud and whatever the Microsoft one is called now also has free storage?<p>For source code and config, just make a Github repo for them so you can host them for free in a private repo and also version control them?
评论 #43254425 未加载
shaunpud3 months ago
I went with filen.io, the apps work great and provide client-side encryption. You can sign up for a free 10GB account.
Leftium3 months ago
I think there may be a &quot;hack&quot; to get around the three device limit:<p>1. Upgrade to pro for a single month (Dropbox often offers free trials)<p>2. Add all your devices<p>3. Downgrade back to free<p>Dropbox will continue to work on all your devices. You just can&#x27;t add new devices.<p>Source: I currently have five devices on the Dropbox free plan.
nopelynopington3 months ago
Thanks folks, I&#x27;m going to reevaluate syncthing and Google drive!
muzani3 months ago
I set up some syncing to AWS cloud thanks to GPT-4 several years ago. You can probably do the same thing today with AI agents and they&#x27;ll even install aws cli and run the commands for you.
twentythree3 months ago
I got an FTP account, mounted it locally with curlftpfs, and use SVN on the mounted filesystem. Quite trivial, really.