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 === |
Zeile 23: |
Zeile 30: |
| 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 30: |
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]] |
| | | |