Usage

  mkbrr check <torrent-file> <content-path> [flags]

Arguments

  • <torrent-file>: Path to the .torrent file. (Required)
  • <content-path>: Path to the directory or file containing the data to check. (Required)

Flags

--verbose, -v
boolean
default:false

Be verbose.

When enabled, shows detailed information about the verification process including any bad piece indices.

--quiet
boolean
default:false

Enable quiet mode, printing only the final torrent file path upon success. Useful for scripts.

Useful for automated scripts or when you only need the verification status.

--workers
number

Manually specify the number of concurrent goroutines used for hashing.

Experimenting with different worker values might yield better performance than the default automatic setting.

Examples

Basic Check

Verify the content in my_download_folder against my_torrent.torrent:

Verbose Check

Verify content and show indices of any bad pieces:

Quiet Check