> OwnCloud is basically Dropbox, without the data limits and pricing restrictions.
There's some pretty huge caveats in the above statement from the article.I switched to ownCloud for a while and then switched back to Dropbox. I switched back to Dropbox for a couple reasons. First, ownCloud is written in PHP and the code (and the plugins you could add on) looked pretty janky. The UI was better than the usual open source fair, but still janky. Second, the trouble of having to worry about maintaining backups[1] for the ownCloud data store and server redundancy made the $10 a month I pay Dropbox look a lot more attractive again. And finally, a lot of iOS apps integrate with Dropbox specifically. I didn't include this as an official third item, because fuck vendor lock-in, but it is nice to have when you're in a walled-garden environment like iOS. In the end, I decided that I was better off overall sticking with Dropbox and doing a better job of encrypting particularly-sensitive data that resides there. Dropbox has had some security incidents and stability issues, but they've always responded to them in a manner I would consider sufficient. I'm paying Dropbox for it's service (SaaS, after all), not it's storage. I'm paying them to worry about keeping things up and running. Not because I can't do it myself, but because I want to devote my limited time to other things. 1. Let me explain. I still do backups on the client side with a mix of Time Machine, CarbonCopyCloner, and tar. So my data's safe. But I still need to worry about backing up the ownCloud instance, as well. Because if that gets munged up, I can't use ownCloud anymore without reinstalling and reconfiguring it. With Dropbox, they worry about the back end, so that I can focus on other things that I want to focus on. |