All tools/Transmission

Transmission

transmission

A fast, easy and free BitTorrent client for Mac, Windows and Linux.

Detected by transmission-daemon, transmission-remote, transmission-cli, transmission-gtk, transmission-qt | macOS, Linux, Windows |transmissionbt.com

Sync rules

What travels, what stays, what never leaves
Transmission in your home directory Every rule on this page, by file
· ~/Library/Preferences/org.m0k.transmission.plist Sync
"blocklist-url": "http://www.example.com/blocklist",
"cache-size-mb": 4,
"dht-enabled": true,
"download-dir": "/home/dev/Downloads",machine-local
"download-queue-enabled": true,
"download-queue-size": 5,
"encryption": 1,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": false,
"incomplete-dir": "/home/dev/Downloads/.incomplete",machine-local
"incomplete-dir-enabled": true,
"lpd-enabled": false,
"message-level": 2,
"umask": 18,
"upload-slots-per-torrent": 14,
"utp-enabled": true,
"watch-dir": "/home/dev/Downloads/watch",machine-local
"watch-dir-enabled": true
}

Each machine keeps its own copy of these.

rpc-password

Lifted into your secret store; the rest of the file syncs.

"blocklist-url": "http://www.example.com/blocklist",
"cache-size-mb": 4,
"dht-enabled": true,
"download-dir": "/srv/torrents/complete",machine-local
"download-queue-enabled": true,
"download-queue-size": 5,
"encryption": 1,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": false,
"incomplete-dir": "/srv/torrents/incomplete",machine-local
"incomplete-dir-enabled": true,
"lpd-enabled": false,
"message-level": 2,
"umask": 18,
"upload-slots-per-torrent": 14,
"utp-enabled": true,
"watch-dir": "/srv/torrents/watch",machine-local
"watch-dir-enabled": true
}

Each machine keeps its own copy of these.

rpc-password

Lifted into your secret store; the rest of the file syncs.

"blocklist-url": "http://www.example.com/blocklist",
"cache-size-mb": 4,
"dht-enabled": true,
"download-dir": "C:/Users/dev/Downloads",machine-local
"download-queue-enabled": true,
"download-queue-size": 5,
"encryption": 1,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": false,
"incomplete-dir": "C:/Users/dev/Downloads/.incomplete",machine-local
"incomplete-dir-enabled": true,
"lpd-enabled": false,
"message-level": 2,
"umask": 18,
"upload-slots-per-torrent": 14,
"utp-enabled": true,
"watch-dir": "C:/Users/dev/Downloads/watch",machine-local
"watch-dir-enabled": true
}

Each machine keeps its own copy of these.

rpc-password

Lifted into your secret store; the rest of the file syncs.

"blocklist-url": "http://www.example.com/blocklist",
"cache-size-mb": 4,
"dht-enabled": true,
"download-dir": "D:/Torrents/complete",machine-local
"download-queue-enabled": true,
"download-queue-size": 5,
"encryption": 1,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": false,
"incomplete-dir": "D:/Torrents/incomplete",machine-local
"incomplete-dir-enabled": true,
"lpd-enabled": false,
"message-level": 2,
"umask": 18,
"upload-slots-per-torrent": 14,
"utp-enabled": true,
"watch-dir": "D:/Torrents/watch",machine-local
"watch-dir-enabled": true
}

Each machine keeps its own copy of these.

rpc-password

Lifted into your secret store; the rest of the file syncs.

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/transmission. 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 download-dir and incomplete-dir for you — that part is Otty’s own sync, or a template you write by hand.