tarsplitter

package module
v0.0.0-...-445510b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 19, 2021 License: MIT Imports: 5 Imported by: 0

README

TarSplitter

Usage

Split or join tar (or tar.gz) files on file boundaries

Usage:
  tarsplitter [command]

Available Commands:
  help        Help about any command
  join        Join multiple tar or tar.gz files into one
  split       Split tar or tar.gz files on file boundaries

Flags:
  -h, --help   help for tarsplitter

Use "tarsplitter [command] --help" for more information about a command.
Split tar or tar.gz files on file boundaries

Usage:
  tarsplitter split <tar file> <destination direction> [flags]

Flags:
  -h, --help             help for split
  -s, --split-size int   max size of split in MiB (default 1000)
Join multiple tar or tar.gz files into one

Usage:
  tarsplitter join <tar files ...> [flags]

Flags:
  -h, --help   help for join

Build

make

Install

make install

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsGzip

func IsGzip(fn string) (bool, error)

func SplitTar

func SplitTar(destDir, prefix string, inTar io.Reader, useGzip bool, maxSplitSize int64) error

Types

This section is empty.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL