All tools/rTorrent

rTorrent

rtorrent

A ncurses-based command line torrent client for high performance.

Detected by rtorrent | macOS, Linux |github.com

Sync rules

What travels, what stays, what never leaves
rTorrent in your home directory Every rule on this page, by file
session.path.setdirectory.default.setnetwork.listen.port.range.setnetwork.scgi.open_localsession directory port_range

Each machine keeps its own copy of these.

# forms appear here; a real file uses one set or the other.
# --- paths and ports that belong to this machine --------------------------
session.path.set = /Users/octocat/.local/share/rtorrent/sessionmachine-local
directory.default.set = /Volumes/media/downloadsmachine-local
network.listen.port.range.set = 50000-50000machine-local
network.scgi.open_local = /Users/octocat/.local/share/rtorrent/rtorrent.sockmachine-local
# Pre-0.9 spellings of the same three options.
session = /Users/octocat/.rtorrent-sessionmachine-local
directory = /Volumes/media/downloadsmachine-local
port_range = 50000-50000machine-local
# --- preferences ----------------------------------------------------------
throttle.global_down.max_rate.set_kb = 4000

Each machine keeps its own copy of these.

Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.

Use it with your dotfile manager

Same data, in the shape your tool already reads
Opens Otty and adds this tool to what it syncs

Opens otty://sync/add/rtorrent. Otty ships with this catalog, so the link only has to name the tool — nothing is downloaded.

Every one of these is generated from the same rules as this page. None of them splits session.path.set and directory.default.set for you — that part is Otty’s own sync, or a template you write by hand.