Manu.74

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by Manu.74

  1. @RomanZ

    Hi,

    Thank you for you fast answer.

    I am using a RPI 3 (or perhaps a 2) and I installed it using these commands:

     

    sudo sh -c 'echo "deb http://linux-packages.getsync.com/btsync/deb btsync non-free" > /etc/apt/sources.list.d/btsync.list'

    wget -qO - http://linux-packages.getsync.com/btsync/key.asc | sudo apt-key add -

    sudo apt-get update
    sudo apt-get install btsync

     

    cd /usr/bin/

    sudo wget https://download-cdn.getsync.com/2.3.8/linux-arm/BitTorrent-Sync_arm.tar.gz

    sudo mv btsync btsync1

    sudo tar zxvf BitTorrent-Sync_arm.tar.gz

    sudo service btsync start

     

    sudo nano /etc/rc.local

    to add:

    /usr/bin/btsync –webui.listen 0.0.0.0:8888

    Exit 0

     

    sudo reboot

     

    if it is easier, I can install it on a fresh raspian install

    Thank you very much for your help

    Manu