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.

Building Your Own Dropbox Equivalent

99 pointsby jnollerabout 14 years ago

7 comments

m0ntyabout 14 years ago
These things are a worthy effort (there have been several such posts recently) but there is no way it's equivalent to Dropbox. Dropbox is cross-platform and has web-based file access and many other benefits. Is Dropbox-like file storage destined to be one of those things (like anti-virus, for example) where there are some fairly good open-source implementations which are never quite as good as the commercial product(s)?
评论 #2510090 未加载
评论 #2512822 未加载
评论 #2509842 未加载
评论 #2509862 未加载
pieterabout 14 years ago
This doesn't seem to be anything like dropbox, but more an NFS replacement.
评论 #2510326 未加载
评论 #2510707 未加载
danfitchabout 14 years ago
One thing I like about products that work... They work, and I don't have to. Which is why I like dropbox.
pmjordanabout 14 years ago
Does anyone know of a similar setup that allows client-side encryption as well, with some nodes (those in the cloud) acting only as dumb storage that never sees the encryption keys?<p>The only thing I'm aware of is drbd, which acts at the block level, so you can stack dm-crypt and any file system (including OCFS2) on top. As far as I know, drbd only supports 2 nodes, though, which kind of limits the appeal.<p>(I'm specifically <i>not</i> talking about tunneling a normal cluster file system via SSL, which only provides end-to-end encryption)
评论 #2510445 未加载
hallman76about 14 years ago
These articles that describe how to "build your own dropbox" all ignore the client. For me, the beauty of dropbox is the simple, straightforward client. Backing up on my own hardware/cloud might be interesting, but not if I have to monkey around with shell scripts in a CLI.<p>When someone reverse-engineers the dropbox protocol so I can use the official dropbox client on my own infrastructure THAT will be news.
评论 #2510834 未加载
mrleinadabout 14 years ago
Thanks a lot. It's nice to see there are options, although they require a bit extra work, they're worth if you consider your privacy valuable.
MarketingMuppetabout 14 years ago
For those interested in building cloud apps we at SpiderOak offer a 'Do it yourself' Storage API that is designed specifically towards backup, sync etc.<p>You can find more info @ <a href="https://spideroak.com/blog/20100928101634-spideroak-diy-a-space-efficient-keyvalue-store-for-arbitrarily-large-values-now-in-beta" rel="nofollow">https://spideroak.com/blog/20100928101634-spideroak-diy-a-sp...</a>