Options (6)
-o, --outfilebooleanCreate 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, --trackerbooleanCreate 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, --piecesizebooleanCreate 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, --privatebooleanCreate 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, --commentbooleanCreate 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, --helpbooleanDisplay 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_directoryCreate 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_directoryCreate a torrent with a comment
transmission-create [-o|--outfile] path/to/example.torrent [-t|--tracker] tracker_url1 [-c|--comment] comment path/to/file_or_directoryCreate 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_directoryDisplay help
transmission-create [-h|--help]made by @shridhargupta | data from tldr-pages