man btcompletedir.bittornado (Commandes) - creates torrents for each file or directory at a given location

NAME

btcompletedir - creates torrents for each file or directory at a given location

SYNOPSIS

btcompletedir <trackerurl> <dir> [dir...] [--comment comment] [--target file] [--announce_list URLs]

DESCRIPTION

makes a .torrent file for every file or directory present in each dir.

--piece_size_pow2 num

which power of 2 to set the piece size to (0 = automatic) (defaults to 0)

--comment comment

optional human-readable comment to put in .torrent (defaults to '')

--target file

optional target file for the torrent (defaults to '') --announce_list URLs
a list of announce URLs (defaults to ''), this is an optional list of redundant/backup tracker URLs the format is as follows:
url[,url...][|url[,url...]...]
where URLs separated by commas are all tried first before the next group of URLs separated by the pipe is checked. If none is given, it is assumed you don't want one in the metafile. If announce_list is given, clients which support it will ignore the <announce> value.

EXAMPLES

To try three trackers (1-3) in order

Try trackers 1-3 in a randomly selected order

Try tracker 1 first, then try the 2 backups randomly

btmakemetafile --announce_list http://track1.com|http://backup1.com

SEE ALSO

AUTHOR

This manual page was written by Micah Anderson <micah@riseup.net>, for the Debian GNU/Linux system (but may be used by others).