Go to file
2015-02-06 22:20:06 -05:00
.gitignore Rewrote hoarder in Bash. 2015-02-06 22:20:06 -05:00
hoarder.sh Rewrote hoarder in Bash. 2015-02-06 22:20:06 -05:00
LICENSE Project is now in Go 2014-12-23 17:38:01 -05:00
README.md Rewrote hoarder in Bash. 2015-02-06 22:20:06 -05: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.

Requirements

  • bash
  • curl
  • rsync
  • scp

Configuration

Edit the variables at the top of hoarder.sh to your liking.

Running

Run hoarder.sh with bash