사용자 도구

사이트 도구


filecloud:syncthing

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
filecloud:syncthing [2020/12/21 11:39]
kwon37xi
filecloud:syncthing [2021/04/05 12:30] (현재)
kwon37xi
줄 1: 줄 1:
 ====== SyncThing ====== ====== SyncThing ======
   * https://syncthing.net/   * https://syncthing.net/
-  * Cross Platform 파일 동기화 +  * Cross Platform 파일 동기화
 +  * 중앙 서버가 존재하지 않고 암호화된 동기화를 지원한다. 
 +  * [[https://syncthing.net/downloads/|Downloads]] 
 + 
 +===== 설치 ===== 
 +  * [[linux:debian|Debian Linux]] / [[linux:ubuntu|Ubuntu Linux]] 패키지 저장소 지원 
 +<code sh> 
 +echo "deb https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list 
 +curl -s https://syncthing.net/release-key.txt | sudo apt-key add - 
 +printf "Package: *\nPin: origin apt.syncthing.net\nPin-Priority: 990\n" | sudo tee /etc/apt/preferences.d/syncthing 
 +sudo apt-get update 
 +sudo apt-get install syncthing 
 + 
 +# 필요할 경우 
 +sudo apt-get install apt-transport-https 
 +</code> 
  
 ===== 참조 ===== ===== 참조 =====
   * [[https://www.44bits.io/ko/post/syncthink-syncing-file-between-multiple-devices|싱크띵(Syncthing), 여러 기기간 파일 동기화 애플리케이션: 드롭박스 대신 무료로 가능한 오픈소스 프로젝트 | 44bits.io]]   * [[https://www.44bits.io/ko/post/syncthink-syncing-file-between-multiple-devices|싱크띵(Syncthing), 여러 기기간 파일 동기화 애플리케이션: 드롭박스 대신 무료로 가능한 오픈소스 프로젝트 | 44bits.io]]
   * [[https://www.ubuntubuzz.com/2020/12/syncthing-friendly-linux-mint-laptop-android-phone-file-sharing.html|Syncthing, a Friendly Linux Mint Laptop & Android Phone File Sharing]]   * [[https://www.ubuntubuzz.com/2020/12/syncthing-friendly-linux-mint-laptop-android-phone-file-sharing.html|Syncthing, a Friendly Linux Mint Laptop & Android Phone File Sharing]]
filecloud/syncthing.1608518396.txt.gz · 마지막으로 수정됨: 2020/12/21 11:39 저자 kwon37xi