Forrest logo
tool overview
On this page you find all important commands for the CLI tool lrztar. If the command you are looking for is missing please ask our AI.

lrztar

lrztar is a command line tool used for compressing and transferring large files or directories over a network. It utilizes the Lrz compression algorithm, which provides high-speed, low-latency compression. The tool is designed to work efficiently with high-speed networks and is optimized for large file transfers. It uses parallel compression to maximize throughput and works well with multi-core processors. lrztar automatically splits files into smaller chunks, compresses them, and transfers them in parallel, resulting in faster transfers compared to traditional tools like tar and gzip. Moreover, it supports resumable transfers, allowing the transfer process to be paused and resumed later without starting from scratch. lrztar also includes features like encryption and checksum verification for secure and reliable file transfers.

List of commands for lrztar:

  • lrztar:tldr:29b94 lrztar: extreme compression, but very slow.
    $ lrztar -z ${path-to-directory}
    try on your machine
    explain this command
  • lrztar:tldr:961a4 lrztar: Archive a directory with `tar`, then compress.
    $ lrztar ${path-to-directory}
    try on your machine
    explain this command
  • lrztar:tldr:96b74 lrztar: Specify the output file.
    $ lrztar -o ${filename} ${path-to-directory}
    try on your machine
    explain this command
  • lrztar:tldr:b768b lrztar: Force overwriting of existing files.
    $ lrztar -f ${path-to-directory}
    try on your machine
    explain this command
  • lrztar:tldr:de87b lrztar: Override the number of processor threads to use.
    $ lrztar -p ${8} ${path-to-directory}
    try on your machine
    explain this command
tool overview