사용자 도구

사이트 도구


linux:googledrive

문서의 이전 판입니다!


Google Drive for Linux

overGrive

Grive2

Grive Tools

  • Grive tools PPA : Grive 관련 GUI 도구들
  • Grive Tools PPA 설치
    sudo add-apt-repository ppa:thefanclub/grive-tools
    sudo apt-get update; sudo apt-get install grive-tools

Grive : Update 중단. 이제 작동안함.

  • Grive는 특정 디렉토리에서 실행하면 해당 디렉토리를 항상 Google Docs와 동기화 한다.
    # 최초 실행시 인증 키를 받음
    mkdir GoogleDrive
    cd GoogleDrive
    grive -a
     
    # 해당 디렉토리에서 grive를 실행하면 동기화가 된다.
    cd GoogleDrive
    grive
  • 지속적 동기화
    # /home/myhome/GoogleDrive 디렉토리를 15분마다 동기화하고 로그를 /tmp/grivesync.log로 남긴다.
    */15 * * * * /usr/bin/grive -p '/home/myhome/GoogleDrive' -V -l /tmp/grivesync.log

Drive

  • Drive go 언어로 만들어진 클라이언트
  • PPA로 설치가능
    sudo add-apt-repository ppa:twodopeshaggy/drive
    sudo apt-get update
    sudo apt-get install drive

API

linux/googledrive.1444463600.txt.gz · 마지막으로 수정됨: 2015/10/10 16:23 저자 kwon37xi