

Unlike traditional BitTorrent, files shared using BitTorrent Sync are encrypted and access is restricted based on a shared secret that is auto-generated. BitTorrent Sync is a method of synchronizing content based on the popular BitTorrent protocol for file sharing. One method for automatically syncing content is BitTorrent Sync. Syncing folders and files between computers and devices can be done in many different ways. Adding the Shared Folder and Secret to the Second Droplet.Adding the Shared Folder to the First Droplet.Accessing the BitTorrent Sync Web Interface.Add Your User to the btsync Group and Give the Root User Ownership.Give Your Normal User Ownership and the btsync Process Group Ownership.
#Bittorrent sync ubuntu full

If you need to synchronize files owned by current user - just add rslsync user to group of your current user and ensure read-write permissions for the mentioned group for the folder to be synced, for example: sudo usermod -aG user_group rslsync To enable automatic startup of Sync service under rslsync user: sudo systemctl enable resilio-sync
#Bittorrent sync ubuntu install
Install Sync: sudo yum install resilio-syncīy default Sync is running under rslsync user with minimum privileges for security reasons.
#Bittorrent sync ubuntu update
Update packages index and install Sync sudo apt-get updateįor RPM-based Linux (Red Hat, Fedora, CentOS, OpenSUSE)Īdd public key: sudo rpm -import zypper ar -gpgcheck-allow-unsigned-repo -f \$basearch resilio-syncĬreate /etc//resilio-sync.repo to register Resilio repository: printf "\nname=Resilio Sync\nbaseurl=\$basearch\nenabled=1\ngpgcheck=1\n" | sudo tee /etc//resilio-sync.repo Ubuntu 20.04, add public key with the following command: curl -L | sudo apt-key add For Raspberry Pi 1 sudo dpkg -add-architecture armel & sudo apt-get update & sudo apt-get install resilio-sync:armel For Debian-based Linux (Debian, Ubuntu, Mint, Zorin, Elementary)Ĭreate file /etc/apt//resilio-sync.list to register Resilio repository: echo "deb resilio-sync non-free" | sudo tee /etc/apt//resilio-sync.listįor Ubuntu 22 and newer add public key with the following command: wget -qO- | sudo tee /etc/apt//resilio-sync.asc > /dev/null 2>&1įor older distributions, e.g.
