Banana Pi: Bit Torrent Sync – Die eigene Cloud ohne Cloud04:33

  • 0
Published on February 23, 2017

In diesem Video eine einfache Möglichkeit Dateien und Verzeichnisse über mehrere Rechner synchron zu halten.

Vielen Dank für Ihre Unterstützung:

mkdir /home/bananapi/.sync
mkdir /home/bananapi/btsync

cd /home/bananapi/btsync

wget URL

tar -zxvf DATEINAME

nano btsync.config

{
“device_name” : “NAME”,
“listening_port” : 0,
“storage_path” : “/home/bananapi/.sync”,
“check_for_updates” : true,
“use_upnp” : true,
“download_limit” : 0,
“upload_limit” : 0,

“webui” :
{
“listen” : “192.168.111.60:8888”,
“login” : “pi”,
“password” : “123456”
}
}

crontab -e

@reboot /home/bananapi/startbt.sh

nano /home/bananapi/startbt.sh

#!/bin/sh
sleep 1m
/home/bananapi/btsync/btsync –config /home/bananapi/btsync/btsync.conf

chmod +x startbt.sh

Enjoyed this video?
"No Thanks. Please Close This Box!"