8

I am currently using Dropbox. Just decided to sync my huge (about 5 GB) iTunes Library (music collection) in Dropbox. For that I must subscribe to their paid account. But before I do so, I'd like evaluate the alternatives.

Is there an alternative that does this?

  • Local LAN sync (eg: sync my huge music collection across computers in local network without uploading/downloading them to internet)

The following would be nice (but not required):

  • Native android client - so music will be made available in the Android music app / SDHC card
  • Selective sync: sync particular folders / exclude certain folders on certain computers .. eg: excluding porn folder on work computers ;-)

Just like Dropbox, it MUST work on 64-bit Windows, Linux and Mac.

Know of any? (I am currently evaluating Spideroak. Boy, was it so complicated to use?)

6 Answers6

8

Doh! Dropbox recently (6 days ago) added support for LAN sync. I'm sold!

6

Well, in both cases, the underlying answer is rsync and optionally a frontend for it. works on all 3 major OSes, open source, and only syncs what's changed.

Journeyman Geek
  • 133,878
4

I'm a bit late to the party, but you might want to look at Unison.

It will synchronise files between two arbitrary folders/drives (which can be on the same computer, or accessed via shared drives or SSH). As a bonus, it will safely (!) synchronise in both directions (i.e. you can work on both copies, then sync, and Unison will figure out the correct version of each file).

It can be a bit slow due to the complex work it does, but after the initial synch it will only copy changed files, so should be OK.

Unison runs on Windows, MacOS X and just about any Unix/Linux system. Dunno about Android, but seems to work as well.

Setup is a bit clumsy (text config), but once it's setup you usually don't touch it. Ah, it also allows customizable inclusion/exclusion of files.

sleske
  • 23,525
1

You can check out SparkleShare. You provide a remote Git folder (you can install one on your local network) and download their open-source client (currently only Linux is offered as alpha). Seems to demonstrate a lot of promise.

1

Ubuntu One is a service that is growing in support. The Windows client is in beta testing, and there are clients available for Android and iPhone.

Zoot
  • 435
0

Here is the best alternative I found after a LOT of searching. It's called broolz and it works perfectly syncing my files/folders over 2 PCs that are connected via LAN. It pretty much works almost exactly like dropbox, with exception of not having online storage and using LAN instead. Same as dropbox, it synchronizes files in real time whenever it detects they are changed/added/removed. Enjoy! http://broolz.com/index.php?Page=index

EDIT: scrach that, seems that the program is java based and is a huge memory hog, it started using half a gig of ram just like that, while dropbox usually sits at around 50 MB ram. I'll try to check out GoodSync next and see if that's a viable sollution.

Eagle
  • 11