usage example
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 27 Aug 2011 00:26:43 +0000 (00:26 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 27 Aug 2011 00:26:43 +0000 (00:26 +0000)
torrent/README

index 95216f5..c6f067f 100644 (file)
@@ -11,3 +11,16 @@ http://wiki.theory.org/BitTorrentSpecification
 
 debian-install.sh provides additional depenencies from debian package for this feature.
 
+
+Usage example:
+
+dpavlin@narada:/srv/cloudstore$ ./torrent/start-tracker.sh
+
+dpavlin@narada:/srv/cloudstore$ ./torrent/start-seeder.sh
+
+dpavlin@narada:/srv/cloudstore$ ./torrent/mktorrent.sh md5/ce53d9b33eb1c8cf609cd8c22fd39202
+
+
+c) cleanup all torrents
+
+find send -type l -exec rm -v {} \;