====== BitTorrent Sync ====== Torrent 방식으로 sync할 수 있는 서버/클라이언트 프로그램. 비트토렌트에서 개발 중.\\ 개인적으로 OwnCloud나 rsync로 씽크하려고 했으나 비교적 hot한 이걸 발견하여 운영 시작. ===== 설치 ===== $ sudo add-apt-repository ppa:tuxpoldo/btsync $ sudo apt-get update $ sudo apt-get install btsync 기본적으로 127.0.0.1:8888로 접속하면 web gui로 access 가능하나 옵션을 통해 바꿀 수 있다. ===== 설정 ===== /usr/lib/btsync/btsync-daemon 을 통해 설정 파일 변경 가능하다.\\ Sample 설정 파일은 /etc/btsync/samples 폴더에 있다. 다음과 같이 설정 파일 변경 가능 $ cp /etc/btsync/samples/complex.conf /usr/lib/btsync $ cd /usr/lib/btsync $ ./btsync-daemon --config complex.conf samples 폴더에 다른 설정 파일들도 몇 있으니 참고. 필요한 걸 골라 쓰면 된다.\\ btsync-daemon 도움말은 ./btsync-daemon --help 를 통해 확인 가능.\\ 다음 명령을 통해 샘플 설정 파일을 덤프 뜰 수도 있다. $ ./btsync-daemon --dump-sample-config > sample.conf ===== 참고 ===== * [[http://labs.bittorrent.com/experiments/sync.html|BitTorrent 공식 홈페이지]] * [[http://askubuntu.com/questions/284683/how-to-run-bittorrent-sync|How to run bittorrent sync]] * [[https://www.digitalocean.com/community/tutorials/how-to-use-bittorrent-sync-to-synchronize-directories-in-ubuntu-12-04|How To Use BitTorrent Sync to Synchronize Directories in Ubuntu 12.04]]