commands.sh

transmission-create

all

Create BitTorrent `.torrent` files. See also: `transmission`.

More info →

Options (6)

-o, --outfileboolean

Create a torrent with a specific piece size (in KB)

Example: transmission-create {{[-o|--outfile]}} {{path/to/example.torrent}} {{[-t|--tracker]}} {{tracker_announce_url}} {{[-s|--piecesize]}} {{2048}} {{path/to/file_or_directory}}
-t, --trackerboolean

Create a torrent with a specific piece size (in KB)

Example: transmission-create {{[-o|--outfile]}} {{path/to/example.torrent}} {{[-t|--tracker]}} {{tracker_announce_url}} {{[-s|--piecesize]}} {{2048}} {{path/to/file_or_directory}}
-s, --piecesizeboolean

Create a torrent with a specific piece size (in KB)

Example: transmission-create {{[-o|--outfile]}} {{path/to/example.torrent}} {{[-t|--tracker]}} {{tracker_announce_url}} {{[-s|--piecesize]}} {{2048}} {{path/to/file_or_directory}}
-p, --privateboolean

Create a private torrent with a specific piece size (in KB)

Example: transmission-create {{[-p|--private]}} {{[-o|--outfile]}} {{path/to/example.torrent}} {{[-t|--tracker]}} {{tracker_announce_url}} {{[-s|--piecesize]}} {{2048}} {{path/to/file_or_directory}}
-c, --commentboolean

Create a torrent with a comment

Example: transmission-create {{[-o|--outfile]}} {{path/to/example.torrent}} {{[-t|--tracker]}} {{tracker_url1}} {{[-c|--comment]}} {{comment}} {{path/to/file_or_directory}}
-h, --helpboolean

Display help

Example: transmission-create {{[-h|--help]}}

Examples (5)

Create a torrent with a specific piece size (in KB)

transmission-create [-o|--outfile] path/to/example.torrent [-t|--tracker] tracker_announce_url [-s|--piecesize] 2048 path/to/file_or_directory

Create a private torrent with a specific piece size (in KB)

transmission-create [-p|--private] [-o|--outfile] path/to/example.torrent [-t|--tracker] tracker_announce_url [-s|--piecesize] 2048 path/to/file_or_directory

Create a torrent with a comment

transmission-create [-o|--outfile] path/to/example.torrent [-t|--tracker] tracker_url1 [-c|--comment] comment path/to/file_or_directory

Create a torrent with multiple trackers

transmission-create [-o|--outfile] path/to/example.torrent [-t|--tracker] tracker_url1 [-t|--tracker] tracker_url2 path/to/file_or_directory

Display help

made by @shridhargupta | data from tldr-pages