사용자 도구

사이트 도구


linux:googledrive

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
linux:googledrive [2015/10/13 13:42]
kwon37xi [Grive2]
linux:googledrive [2019/07/25 14:04]
kwon37xi [Grive2]
줄 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]]
 +  * [[https://www.ubuntupit.com/top-12-best-google-drive-linux-client-software/|Top 12 Best Google Drive Linux Client Software | UbuntuPIT]]
 +  * 2019 현재 grive2 가 제일 간편했음.
 +
 +===== rclone =====
 +  * https://rclone.org/ : 매우 많은 종류의 클라우드 드라이브 지원하면 명령행 동기화 도구
 +  * [[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]]
 +
 +
 +===== ODrive =====
 +  * https://liberodark.github.io/ODrive/ : 2019 현재 버그가 많았음.
 +  * 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!]]
  
 ===== Grive2 ===== ===== Grive2 =====
줄 27: 줄 39:
 </code> </code>
   * 지속적 동기화 <code sh>   * 지속적 동기화 <code sh>
-# /home/myhome/GoogleDrive 디렉토리를 30분마다 동기화하고 로그를 /tmp/grivesync.log로 남긴다. +# /home/myhome/GoogleDrive 디렉토리를 매시 15분, 45분마다 동기화하고 로그를 /tmp/grivesync.log로 남긴다. 
-*/30 * * * * /usr/bin/grive -p '/home/myhome/GoogleDrive' -V -l /tmp/grivesync.log+15,45 * * * * /usr/bin/grive -p '/home/myhome/GoogleDrive' -V -l /tmp/grivesync.log
 </code> </code>
  
줄 36: 줄 48:
     * ''-a'' : 신규 동기화 인증     * ''-a'' : 신규 동기화 인증
     * ''-p [/path/to/sync]'' : 동기화할 디렉토리 지정.     * ''-p [/path/to/sync]'' : 동기화할 디렉토리 지정.
-  * **NTFS 파티션**에서 오류가 발생했다. [[linux:partition|Linux Partition]]을 참조하여 ''/etc/fstab//의 해당 파티션 옵션에 ''fmask=111,uid=1000''을 추가했더니 잘 작동했다.+  * **NTFS 파티션**에서 오류가 발생했다. [[linux:partition|Linux Partition]]을 참조하여 ''/etc/fstab/''의 해당 파티션 옵션에 ''fmask=111,uid=1000''을 추가했더니 잘 작동했다. 
 ===== Grive Tools ===== ===== Grive Tools =====
   * [[https://launchpad.net/~thefanclub/+archive/ubuntu/grive-tools|Grive tools PPA]] : Grive 관련 GUI 도구들   * [[https://launchpad.net/~thefanclub/+archive/ubuntu/grive-tools|Grive tools PPA]] : Grive 관련 GUI 도구들
linux/googledrive.txt · 마지막으로 수정됨: 2023/07/06 18:09 저자 kwon37xi