cruntar

command
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2017 License: ISC Imports: 10 Imported by: 0

README

ChromeOS untar

This is a tool that is intended to support untarring on SquashFS file
systems. In particular, every time it encounters a hard link, it
will just create a copy of the file.

Usage: cruntar [-jmvpz] archive [dest]

Flags:
        -a      Shortcut for -m -p: preserve owners and file mode.
        -j      The archive is compressed with bzip2.
        -m      Preserve file modes.
        -p      Preserve ownership.
        -v      Print the name of each file as it is being processed.
        -z      The archive is compressed with gzip.

I wrote this after running into problems with untarring the
gcc-arm-eabi-none toolchain. The shared storage in Termux under
ChromeOS doesn't support hard links, so I opted to just make a copy
rather than dealing with links and whatnot.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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