User Tools

Site Tools


aoe:gdrive

http://www.howtogeek.com/196635/an-official-google-drive-for-linux-is-here-sort-of-maybe-this-is-all-well-ever-get/

Linux

yum install mecurial
yum install golang

Macbook

Install mecurial ?? https://wiki.csswg.org/tools/hg/install

Install golang https://golang.org/doc/install#osx

Both

export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH/bin
go get github.com/odeke-em/drive/
go get github.com/odeke-em/drive/cmd/drive
less README.md
cd
mkdir gdrive
drive init ~/gdrive

Create a folder and execute:

drive init

To send files:

drive push <filenames optional>

To download files:

drive pull <filenames optional>
aoe/gdrive.txt · Last modified: 2015/05/07 14:54 by 127.0.0.1