usage example
[cloudstore.git] / torrent / README
1 Torrent protocol can be used to distribute large, read-only files efficiantly if you
2 allready have shared copies on faster local network (home LAN for example).
3
4 You can also think of this feature as nice desister recovery solution if you want to have
5 multiple copies of your data somewhere in the cloud, and use aggregate download bandwith
6 which is useful if you try to recover using asymetric ADSL network connections.
7
8 Torrent protocol in 2011 is best documented at:
9
10 http://wiki.theory.org/BitTorrentSpecification
11
12 debian-install.sh provides additional depenencies from debian package for this feature.
13
14
15 Usage example:
16
17 dpavlin@narada:/srv/cloudstore$ ./torrent/start-tracker.sh
18
19 dpavlin@narada:/srv/cloudstore$ ./torrent/start-seeder.sh
20
21 dpavlin@narada:/srv/cloudstore$ ./torrent/mktorrent.sh md5/ce53d9b33eb1c8cf609cd8c22fd39202
22
23
24 c) cleanup all torrents
25
26 find send -type l -exec rm -v {} \;