cloud – installer serveur BitTorrent Sync sur debian wheezy
Dans un premier temps, ajouter la clé GPG à votre dépôt APT
gpg --keyserver pgp.mit.edu --recv-keys 6BF18B15
gpg --armor --export 6BF18B15 | sudo apt-key add -
Ajouter les url dans le fichier /etc/apt/sources.list
more /etc/apt/sources.list
################################################
## BitTorrent Sync
deb http://debian.yeasoft.net/btsync wheezy main contrib non-free
deb-src http://debian.yeasoft.net/btsync wheezy main contrib non-free
Mettre à jour les dépôts et installer le paquet btsync. Saisir vos informations dans l’assistant.
apt-get update
apt-get install btsync
En cas d’erreur, il est possible de relancer l’assistant de paramétrage via :
dpkg-reconfigure btsync
Exemple de configuration :
more /etc/btsync/debconf-default.conf
//!/usr/lib/btsync/btsync-daemon --config
//
// Default instance automatically created by debconf
//
// DO NOT EDIT THIS FILE MANUALLY
//
// use dpkg-reconfigure btsync to modify the
// configuration
//
//
{
"device_name": "myserver",
"storage_path" : "/var/lib/btsync",
"listening_port" : 0,
"check_for_updates" : false,
"use_upnp" : false,
"download_limit" : 0,
"upload_limit" : 0,
"disk_low_priority" : true,
"lan_encrypt_data" : false,
"lan_use_tcp" : false,
"rate_limit_local_peers" : false,
"folder_rescan_interval" : 600,
"webui" :
{
"listen" : "0.0.0.0:8888",
"login" : "admin",
"password" : "mypassword"
}
}
Télécharger un client (Windows, Mac OS, …) directement sur BitTorrents Labs