Rtorrent config
I'm in the process of pulling apart my home server ready for the trip back to Oz and as part of the break down I'm coming across all sorts of little scripts I have put together over the past few years. This config is a handy .rtorrent.rc for watching a particular directory and auto starting torrents for any .torrent file you place in the directory.
session = /export/torrents/session
schedule = watch_directory,10,10,load_start=/export/torrents/watch/*.torrent
schedule = tied_directory,10,10,start_tied=
schedule = untied_directory,10,10,close_untied=
schedule = ratio,60,60,"stop_on_ratio=200,50M,300"
directory = /export/torrents/
port_range = 6881-6881
#port_range = 6884-6884
upload_rate = 50
max_peers = 200
stop_on_ratio=200,50M,300