====== SyncThing ====== * https://syncthing.net/ * Cross Platform 파일 동기화. * 중앙 서버가 존재하지 않고 암호화된 동기화를 지원한다. * [[https://syncthing.net/downloads/|Downloads]] ===== 설치 ===== * [[linux:debian|Debian Linux]] / [[linux:ubuntu|Ubuntu Linux]] 패키지 저장소 지원 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 ===== 참조 ===== * [[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]]