SUCKUP.de

Dropbox

This blog post has been published on 2010-02-08 and may be out of date.

Daten synchronisieren, Daten sichern und Daten austauschen

Dropbox ist eine Online-Festplatte, welche sich spielend einfach in das Dateisystem integrieren lässt und 2 GB Speicherplatz kostenlos anbietet. Daten von inaktiven kostenlosen “Free accounts” werden nach 90 Tagen kommentarlos von den Servern entfernt.

Dropbox wird sich nach der Installation als Verzeichnis im Dateisystem wiederfinden und kann wie jedes andere Verzeichnis angesprochen werden, d.h. jede Veränderung an einer Datei wird direkt auf dem Dropbox-Server gesichert und auf jeden anderen Rechner, der mit Dropbox verlinkt ist, übertragen bzw. sichbar.

Die Zwischenschritte werden auf dem Server gespeichert, so dass die online Festplatte Revisions / Zwischenstände jeder vorhandenen und gelöschten Datei hat.



Dropbox



Download – Client

Windows :
www.getdropbox.com/downloading?os=win

Linux :
www.getdropbox.com/downloading?os=lnx

MAC :
www.getdropbox.com/downloading?os=mac

Installieren Dropbox für Ubuntu (Gnome/Nautilus):

Ubuntu “Jaunty Jackalope” 9.04

sudo echo 'deb http://linux.getdropbox.com/ubuntu jaunty main' >> /etc/apt/soucres.list
sudo deb-src 'http://linux.getdropbox.com/ubuntu jaunty main' >> /etc/apt/soucres.list

Ubuntu “Intrepid Ibex” 8.10

sudo echo 'deb http://linux.getdropbox.com/ubuntu intrepid main' >> /etc/apt/soucres.list
sudo echo 'deb-src http://linux.getdropbox.com/ubuntu intrepid main' >> /etc/apt/soucres.list

Ubuntu “Hardy Heron” 8.04

sudo echo 'deb http://linux.getdropbox.com/ubuntu hardy main' >> /etc/apt/soucres.list
sudo echo 'deb-src http://linux.getdropbox.com/ubuntu hardy main' >> /etc/apt/soucres.list

Pakete verifizieren

gpg --keyserver pgp.mit.edu --recv-keys 3565780E

die Quellen aktualisieren

sudo apt-get update

und Dropbox installieren

sudo aptitude install nautilus-dropbox

Installieren Dropbox für Ubuntu (ohne Gnome/Nautilus):

in dein Home-Verzeichnis wechseln

cd ~

Dropbox Sourcen herunterladen 32-Bit

wget http://www.getdropbox.com/download?plat=lnx.x86

bzw. Dropbox-Sourcen herunterladen 64-Bit

wget http://www.getdropbox.com/download?plat=lnx.x86_64

entpacken

tar xzvf dropbox*.tar.gz

gepackte Sourcen, wieder löschen

rm dropbox*.tar.gz

ausführen…

~/.dropbox-dist/dropboxd

nun nur noch schnell das CLI besorgen…

wget https://dl.getdropbox.com/u/43645/dbcli.py

Usage: ./dbcli.py [options] … [options]

Usage: bin/dbcli.py [options] … [options]
Available commands:
status – Get overall status for the daemon.
copypublic – Copies the url to the clipboard (? I guess)
install – Tries to download the daemon and install it in your home directory.
browse – Browse the specified folder in your browser.
copygallery – Copies the gallery url to the clipboard.
share – Open the browser and shows share-information.
file – Get information about a file/folder.
folder – Get information about a file/folder.
help – Gives this.
revisions – Opens the revisions page in your browser for the specified file.



Dropbox + Nautilus