Änderungen

Zur Navigation springen Zur Suche springen
1.467 Bytes hinzugefügt ,  05:45, 26. Jun. 2016
Zeile 3: Zeile 3:  
== Clients ==
 
== Clients ==
 
Für [[Linux]] gibt es folgende Clients
 
Für [[Linux]] gibt es folgende Clients
 +
* Grive2 ist eine Weiterentwicklung von Grive für die Kommandozeile. Es kann bisher jedoch nicht bestätigt werden, ob alles synchronisiert wird; der Upload zu Google Drive funktioniert jedenfalls (Stand: Juni 2016). Es wird üblicherweise über das Repository der jeweiligen Distribution installiert und heißt dort meist schlicht <code>grive</code>.
 
* [https://github.com/Grive/grive Grive], ein inoffizielles Programm für die Konsole,
 
* [https://github.com/Grive/grive Grive], ein inoffizielles Programm für die Konsole,
 
** mit Grive Tools als GUI-Frontend, das auch automatisch Updates auslöst
 
** mit Grive Tools als GUI-Frontend, das auch automatisch Updates auslöst
Zeile 9: Zeile 10:  
* [http://www.howtogeek.com/196635/an-official-google-drive-for-linux-is-here-sort-of-maybe-this-is-all-well-ever-get/ drive], ein inoffizielles einfaches Konsolenprogramm zum Hoch- und Herunterladen einzelner Dateien
 
* [http://www.howtogeek.com/196635/an-official-google-drive-for-linux-is-here-sort-of-maybe-this-is-all-well-ever-get/ drive], ein inoffizielles einfaches Konsolenprogramm zum Hoch- und Herunterladen einzelner Dateien
 
** [https://github.com/odeke-em/drive neue Projektpage von drive]
 
** [https://github.com/odeke-em/drive neue Projektpage von drive]
 +
* [https://github.com/astrada/google-drive-ocamlfuse google-drive-ocamlfuse] - ein Dateisystem, um Google Drive zu mounten
 +
** [https://github.com/astrada/google-drive-ocamlfuse/wiki Wiki für Google-Drive-OcamlFuse]
 +
** [https://github.com/astrada/google-drive-ocamlfuse/wiki/rsync Für rsync nach Google Drive sollte der ] <code>--inplace</code>-Parameter gesetzt werden. Auch <code>-W</code> sollte gesetzt werden, um die Übertragungen zu beschleunigen.
 +
** [https://github.com/astrada/google-drive-ocamlfuse/wiki/Automounting Anleitung zum automatischen Mounten von Google Drive]
 +
* [https://github.com/siom79/jdrivesync jDriveSync] - ein Java-Tool zum Synchronisieren mit Google Drive
 
* InSync, ein kommerzieller kostenpflichtiger Client
 
* InSync, ein kommerzieller kostenpflichtiger Client
 +
* [https://www.thefanclub.co.za/overgrive overGrive] - ein kommerzieller Desktop-Client für ca. 5 €
    
=== drive ===
 
=== drive ===
   −
Für drive muss die Sprache Go installiert sein:
+
Für drive muss die Sprache Go und (zum Herunterladen von drive) [[git]] und [[Mercurial]] installiert sein:
   sudo aptitude install golang
+
   sudo aptitude install golang git-core mercurial
 +
 
 +
Außerdem muss ein Arbeitsverzeichnis von Go gesetzt werden
 +
  mkdir ~/gopath
 +
  export GOPATH=~/gopath
    
Dann mit dem Go-Befehl  
 
Dann mit dem Go-Befehl  
 
   go get github.com/odeke-em/drive/cmd/drive
 
   go get github.com/odeke-em/drive/cmd/drive
 
von der [https://github.com/odeke-em/drive neuen Projektseite von drive] herunterladen.
 
von der [https://github.com/odeke-em/drive neuen Projektseite von drive] herunterladen.
 +
 +
 +
Starten lässt sich das Programm aus dem heruntergeladenen Verzeichnis:
 +
  $GOPATH/bin/drive
    
== Alternativen ==
 
== Alternativen ==
Zeile 26: Zeile 41:  
** [[OneDrive]] von Microsoft
 
** [[OneDrive]] von Microsoft
 
* andere Cloud-Software wie
 
* andere Cloud-Software wie
** [[OwnCloud]]
+
** [[OwnCloud]], sehr feature-reich
 +
** [[Seafile]], sehr stabil
 
** [[SyncThing]]
 
** [[SyncThing]]
  

Navigationsmenü