This Gist will install and configure BitTorrent Sync on a Raspberry Pi running Raspbian. By default, BT Sync will be bound to the address 127.0.0.1. Meaning the web interface is not accessible from any machine besides the Pi. This script will enable access from any machine on the network.
To perform the default installation of BT Sync, simply execute the following after SSHing onto the Pi.
curl -s -L http://go.trav.sh/pi_btsync | bashOnce installed, simply browse to: http://pi_ip_address:8080 to view the web interface.