Top "Tar" questions

An archiving program for storing and retrieving files as a collection with support for data compression.

Docker load and save: "archive/tar: invalid tar header"

I'm trying to import a Docker image into Docker on AWS Red Hat Linux (3.10.0-514.el7.x86_64) and am having …

linux docker redhat tar docker-image
cpio VS tar and cp

I just learned that cpio has three modes: copy-out, copy-in and pass-through. I was wondering what are the advantages and …

bash archive tar cp
tar pre-run to evaluate expected size or amount of files

The problem: I have a back-end process that at some point he collect and build a big tar file. This …

tar evaluate
How to fix NPM package Tar, with high vulnerability about Arbitrary File Overwrite, when package is up to date?

I just installed Flickity from NPM and got an NPM Audit Security Report after running npm audit stating that I …

npm-install tar node-sass flickity npm-audit
Which algorithm is used in standard ZIP?

I have googled, wikied and read the RFC of ZIP, but can't find any info about the exact algorithm which …

zip gzip tar lzma lzw
How to create tar.gz file in C#

I have tried SevenZipLib and SevenZipSharp, but without success. Can someone give me a working example of archiving a text …

c# tar gzip sevenzipsharp
What exactly is the GNU tar ././@LongLink "trick"?

I read that a tar entry type of 'L' (76) is used by gnu tar and gnu-compliant tar utilities to indicate …

interop gnu tar
Ruby: Create A Gzipped Tar Archive

What's the best way to create a gzipped tar archive with Ruby? I have a Rails app that needs to …

ruby gzip tar
Issues uncompressing a tar.gz file

I have been trying to uncompress the following file: sudo wget http://download.oracle.com/otn-pub/java/jdk/7u21-b11/…

java gzip tar compression
tar: Cannot read: Is a directory in docker

I want to add an archive (.tar.gz) and unpack it during image creation using a Dockerfile. ADD archive.tar.…

tar docker