사용자 도구

사이트 도구


linux:googledrive

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
linux:googledrive [2015/10/10 16:23]
kwon37xi [Grive : Update 중단. 이제 작동안함.]
linux:googledrive [2015/10/10 16:36]
kwon37xi
줄 1: 줄 1:
 ====== Google Drive for Linux ====== ====== Google Drive for Linux ======
   * [[https://www.maketecheasier.com/google-drive-clients-linux/|4 Unofficial Google Drive Clients for Linux - Make Tech Easier]]   * [[https://www.maketecheasier.com/google-drive-clients-linux/|4 Unofficial Google Drive Clients for Linux - Make Tech Easier]]
- 
-===== overGrive ===== 
-  * [[https://www.thefanclub.co.za/overgrive|overGrive]] 
  
 ===== Grive2 ===== ===== Grive2 =====
줄 29: 줄 26:
 grive -p /path/to/SyncDir grive -p /path/to/SyncDir
 </code> </code>
 +  * 지속적 동기화 <code sh>
 +# /home/myhome/GoogleDrive 디렉토리를 30분마다 동기화하고 로그를 /tmp/grivesync.log로 남긴다.
 +*/30 * * * * /usr/bin/grive -p '/home/myhome/GoogleDrive' -V -l /tmp/grivesync.log
 +</code>
 +
   * Options   * Options
     * ''-V'' : verbose     * ''-V'' : verbose
줄 43: 줄 45:
 ===== Grive : Update 중단. 이제 작동안함. ===== ===== Grive : Update 중단. 이제 작동안함. =====
   * [[http://www.unixmen.com/grive-unofficial-open-source-linux-client-google-drive/|Grive unofficial open source linux client google drive]]   * [[http://www.unixmen.com/grive-unofficial-open-source-linux-client-google-drive/|Grive unofficial open source linux client google drive]]
-    * [[http://www.lbreda.com/grive/start|Grive docs]] 
-  * Grive는 특정 디렉토리에서 실행하면 해당 디렉토리를 항상 Google Docs와 동기화 한다.<code sh> 
-# 최초 실행시 인증 키를 받음 
-mkdir GoogleDrive 
-cd GoogleDrive 
-grive -a 
- 
-# 해당 디렉토리에서 grive를 실행하면 동기화가 된다. 
-cd GoogleDrive 
-grive 
-</code> 
-  * 지속적 동기화<code sh> 
-# /home/myhome/GoogleDrive 디렉토리를 15분마다 동기화하고 로그를 /tmp/grivesync.log로 남긴다. 
-*/15 * * * * /usr/bin/grive -p '/home/myhome/GoogleDrive' -V -l /tmp/grivesync.log 
-</code> 
- 
  
 ===== Drive ===== ===== Drive =====
줄 67: 줄 53:
 sudo apt-get install drive sudo apt-get install drive
 </code> </code>
 +
 +===== overGrive =====
 +  * [[https://www.thefanclub.co.za/overgrive|overGrive]]
  
 ===== API ===== ===== API =====
   * [[https://developers.google.com/drive/web/|Google Drive Web API]]   * [[https://developers.google.com/drive/web/|Google Drive Web API]]
  
linux/googledrive.txt · 마지막으로 수정됨: 2023/07/06 18:09 저자 kwon37xi