
Usage: tbz [switches] task input [output]

  task:      files | dir | list - explanation below.

  input:     File(s) specification, dependent on specified task.
             If task is:

             * "files", input means mask for finding files to compress.

             * "dir", input means the folder (aka directory) which should be
               compressed - that is, all files in it and its subfolders.

             * "list", input means file name of text file with list of masks
               (like with "files") to be processed. The format is simple -
               first line root folder, all other lines masks which are resolved
               relatively to root.

  output:    Name of output file (extension tar.bz2 added automatically). If
             this parameter is omitted, name is detected automatically from
             input.

  switches:  -1 .. -9 Block size, compression level. The higher, the more
             memory needed (number * 100 kB). Default value is 5.
             -b=SIZE Buffer size. Memory is allocated as SIZE * 1kB.
