Linux und Ich

Blog über Ubuntu, Linux, Android und IT

dropbox

Dropbox-Beta syncs data inside lan via P2P

| 8 Comments

Dropbox evolves slowly step by step. Until now Dropbox clients could either up- or download data to/from dropbox. But they couldn’t sync files between computers inside a LAN. This will change with future releases and if you’re interested you can test the new LAN Sync feature already with the latest public beta of the new Dropbox 0.7.x .

Anzeige

Until now Dropbox synced files only over the Internet. If you moved a file into your Dropbox folder on computer A, the file was uploaded to Dropbox and downloaded from Dropbox via the Internet on computer B. Imagine you have 2GB data inside you Dropbox folder and you attach a new computer to your account. Even though both computer are inside the same LAN, you have to download 2GB data from the internet. Now – with the latest beta – computers which share the same Dropbox account sync their data P2P inside the same LAN, so you save time and bandwith.

You can download the new version for Linux, Apple and of course Windos form the Dropbox forums. But please watch out: Dropbox declares this beta as “Highly Experimental Build”, so keep that in mind…

I you didn’t install Dropbox yet, get the current version first and install the stable build. Those “unstable” archives contain only the dropbox client. You have to install the nautilus plugin first. If you already run Dropbox stop the client…

Stop Dropox out of the dropdown menu.

Stop Dropox out of the dropdown menu.

Now you can delete the old version and download the new beta as a .tar.gz archive to e.g. your desktop. Delete the folder ~/.dropbox-dist/ and extract the downloaded archive. To do this execute e.g. these commands…

$ rm -rf ~/.dropbox-dist/
$ tar -xzf ~/Desktop/dropbox-lnx.*.tar.gz -C ~/

After this you can start Dropbox via “Applications -> Internet -> Dropbox” from the applications menu. Dropbox didn’t change much. the P2P sync doesn’t change the GUI. You can test the LAN sync e.g. by copying a large file into your Dropbox folder while there is a second computer inside your LAN which uses your Dropbox account too. If this computer receives the file with a couple of MB/s the LAN sync works (or you’ve got a pretty good internet connection ;)

Dropbox LAN sync...

Dropbox LAN sync...

Author: Christoph

Hallo, ich bin Christoph -- Linux-User, Blogger und pragmatischer Fan freier Software. Wie Ihr ohne Zweifel bemerkt haben solltet schreibe ich hier über Linux im Allgemeinen, Ubuntu im Speziellen, sowie Android und andere Internet-Themen. Wenn du Freude an meinen Artikel gefunden haben solltest, dann kannst du mir über Facebook, Google+ oder Twitter oder natürlich dem Blog folgen.

8 Comments

  1. Kann man das auch so einstellen, dass die Daten nur über das LAN ausgetauscht werden?

    Mich stört an Dropbox schon lange – weswegen ich das Programm auch nicht einsetze – dass es die Daten irgendwohin lädt, wo ich keine Kontrolle darüber habe. Eigentlich warte ich darauf, dass irgendwer mal eine freie Dropbox-Server-Implementation schreibt, die man auf seinem eigenen Server laufen lassen kann. Aber eine P2P-Funktionalität, die den Server höchstens noch dafür verwendet, dass die Rechner sich untereinander finden, wäre ja noch besser.

  2. Tach otzenpunk, ja das ist ein Feature das viele Kunden von Dropbox – speziell Unternehmen – wünschen. Aber ich vermute, dass das nicht passieren wird. Dropbox müsste das Geschäftsmodell ja komplett umstellen, wenn sie dann noch weiter Geld verdienen möchten.

  3. Thanks for the useful post.

  4. Pingback: Ein kurzer Blick auf Ubuntu Karmic Koala 9.10 Alpha6 | Linux und Ich

  5. Variante ohne Server in Übersee:
    iFolder von Novell.com

    synct files zwischen eigenem server und mehreren Maschinen

    Christof

  6. Dropbox kann man auch mit Verschlüsselung nutzen: Mit “EncFS” auf dem lokalen Rechner ein verschlüsseltes Dateisystem im Dropbox-Verzeichnis anlegen und das Klartext-Gegenstück in einem lokalen Ornder, z.B.

    encfs ~/Dropbox/.crypt ~/crypt

    Damit ist der verschlüsselte Ordner in Dropbox unsichtbar – das soll nur vor versehentlichem Beschreiben schützen. Die zu verschlüsselnden (also Klartext-)Daten werden in ~/crypt abgelegt und vom lokalen “encfs” verschlüsselt nach ~/Dropbox/.crypt geschrieben. Dropbox merkt das und synct wie gewohnt. Auf den anderen Rechnern, mit denen man auf die verschlüsselten Daten zugreifen will, macht man das gleiche (“encfs …”) und schon können alle autorisierten Rechner auf mit den verschlüsselten Daten arbeiten, ohne dass z.B. die hochanständigen Dropbox-Mitarbeiter in Versuchung kommen, die Privatsphäre auszuschnüffeln :)

    Zusatz: Automatisch mounten bei Login und all das läuft quasi transparent zum übrigen Dateisystem.

    HTH,
    Frank

  7. Hallo Frank Stefani, ja das ist eine gute Sache. Allerdings kann man dann nicht mehr vom Webfrontend auf die verschlüsselten Daten zugreifen.

  8. @Christoph: Ist klar, aber ich wüsste jetzt keine Situation, wo ich streng geheime Daten per Webfrontend bräuchte. Mit der Dropbox synchronisiere ich ja lediglich Daten zwischen mobilen Geräte und dem LAN. Da diese Daten nie über die Website gepflegt werden, brauche ich sie auch nicht unverschlüsselt dort lagern.

    … oder hab ich was übersehen?

Leave a Reply

Required fields are marked *.