hoarder/README.md

20 lines
602 B
Markdown
Raw Normal View History

2014-05-02 09:49:56 -04:00
Hoarder
========
Uploads .torrent files from a local "blackhole" to a remote (SSH) rtorrent watch folder. From there, rtorrent is polled over XMLRPC as to whether the torrent is completed. Finally, the files are downloaded over a multithreaded SSH connection and saved to the local machine. The blackhole is used as a queue and will have its .torrent files deleted.
2014-05-02 09:49:56 -04:00
Requirements
------------
2016-02-06 18:02:20 -05:00
* bash >= 4.0 (support for associative arrays)
* python2
2015-02-06 22:20:06 -05:00
* curl
* rsync
* scp
Configuration
-------------
2015-02-06 22:20:06 -05:00
Edit the variables at the top of hoarder.sh to your liking.
Running
-------
2015-02-06 22:20:06 -05:00
Run hoarder.sh with bash