사용자 도구

사이트 도구


linux:googledrive

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
linux:googledrive [2019/11/12 21:23]
kwon37xi [Google Drive for Linux]
linux:googledrive [2019/11/20 22:37]
kwon37xi
줄 10: 줄 10:
   * [[https://www.techrepublic.com/article/how-to-sync-from-linux-to-google-drive-with-rclone/|How to sync from Linux to Google Drive with rclone - TechRepublic]]   * [[https://www.techrepublic.com/article/how-to-sync-from-linux-to-google-drive-with-rclone/|How to sync from Linux to Google Drive with rclone - TechRepublic]]
  
 +===== Tux Drive =====
 +  * https://prahladyeri.github.io/tuxdrive/
 +  * Console based Google Drive manager
  
 ===== ODrive ===== ===== ODrive =====
줄 15: 줄 18:
   * Electron 기반의 Google Drive sync   * Electron 기반의 Google Drive sync
   * [[https://www.omgubuntu.co.uk/2019/02/odrive-google-drive-linux-client|ODrive is a No-Frills Google Drive Client for Linux - OMG! Ubuntu!]]   * [[https://www.omgubuntu.co.uk/2019/02/odrive-google-drive-linux-client|ODrive is a No-Frills Google Drive Client for Linux - OMG! Ubuntu!]]
- 
-===== Grive2 ===== 
-  * 2015 신규 Google Drive API에 맞춰 개발된 버전. 
-  * https://github.com/vitalif/grive2 
-  * [[http://dothisbest.com/how-to/install-google-drive-grive2-on-ubuntu/|How to install Google Drive Grive2 on Ubuntu]] 
-  * [[http://www.webupd8.org/2015/05/grive2-grive-fork-with-google-drive.html|Grive2: Grive Fork With Google Drive REST API And Partial Sync Support [PPA] ~ Web Upd8: Ubuntu / Linux blog]] 
-  * PPA 설치<code sh> 
-sudo add-apt-repository ppa:nilarimogard/webupd8 
-sudo apt-get update 
-sudo apt-get install grive 
-</code> 
-  * 신규 동기화<code sh> 
-mkdir SyncDir # 신규 동기화 디렉토리 생성 
-cd SyncDir 
-grive -a # 신규 동기화 시작 
-</code> 
-  * 일단 디렉토리 동기화를 한 번 지정하면 해당 디렉토리에 인증 정보가 저장되어 ''grive'' 명령만으로 동기화를 수행한다. 
-  * 동기화<code sh> 
-# 동기화 대상 디렉토리에서 
-cd SyncDir 
-grive 
- 
-# 혹은 
-grive -p /path/to/SyncDir 
-</code> 
-  * 지속적 동기화 <code sh> 
-# /home/myhome/GoogleDrive 디렉토리를 매시 15분, 45분마다 동기화하고 로그를 /tmp/grivesync.log로 남긴다. 
-15,45 * * * * /usr/bin/grive -p '/home/myhome/GoogleDrive' -V -l /tmp/grivesync.log 
-</code> 
- 
-  * Options 
-    * ''-V'' : verbose 
-    * ''-l [/path/to/logfile.log]'' : 로깅 
-    * ''-a'' : 신규 동기화 인증 
-    * ''-p [/path/to/sync]'' : 동기화할 디렉토리 지정. 
-  * **NTFS 파티션**에서 오류가 발생했다. [[linux:partition|Linux Partition]]을 참조하여 ''/etc/fstab/''의 해당 파티션 옵션에 ''fmask=111,uid=1000''을 추가했더니 잘 작동했다. 
  
 ===== Grive Indicator ===== ===== Grive Indicator =====
줄 68: 줄 35:
 ===== Drive ===== ===== Drive =====
   * [[https://github.com/odeke-em/drive|Drive]] go 언어로 만들어진 클라이언트   * [[https://github.com/odeke-em/drive|Drive]] go 언어로 만들어진 클라이언트
 +  * [[https://github.com/odeke-em/drive/blob/master/platform_packages.md|Platform Specific Installation Methods]]
   * PPA로 설치가능<code sh>   * PPA로 설치가능<code sh>
 sudo add-apt-repository ppa:twodopeshaggy/drive sudo add-apt-repository ppa:twodopeshaggy/drive
linux/googledrive.txt · 마지막으로 수정됨: 2023/07/06 18:09 저자 kwon37xi