Top "Tar" questions

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

How do I remove CLion-2016.2.3 completely from Ubuntu 16.04 LTS?

I had installed CLion(2016.2.3) IDE from CLion-2016.2.3.tar.gz file. I accidentally deleted the CLion-2016.2.3.tar.gz file and CLion-2016.2.3 …

intellij-idea tar uninstallation ubuntu-16.04 clion
bash: /bin/tar: Argument list too long when compressing many files with tar

I am trying compress files from an archive with the command tar -czvf compress_file.tar.gz $(cat file_list.…

linux bash tar
Safely extract zip or tar using Python

I'm trying to extract user-submitted zip and tar files to a directory. The documentation for zipfile's extractall method (similarly with …

python zip tar zipfile tarfile
python write string directly to tarfile

Is there a way to write a string directly to a tarfile? From http://docs.python.org/library/tarfile.html …

python file file-io tar
Extract a specific folder to specific directory from a tar.gz

I have searched and found how to the two portions of what I want but nothing that would allow you …

linux ssh archive tar remote-backup
Difference between two .tar.gz file lists on linux

Having two different .tar.gz files: The second .tar.gz is the subset of first .tar.gz. I need a …

linux tar
Unix tar: do not preserve full pathnames

When I try to compress files and directories with tar using absolute paths, the absolute path is preserved in the …

shell unix tar
Python packaging: wheels vs tarball (tar.gz)

The advantage of wheels over eggs is clear (see section why not egg? https://pypi.python.org/pypi/wheel). However, …

python tar packaging python-wheel
Tar command in mac os x adding "hidden" files, why?

I am writing my own tar archiver. All works fine inside my app (even reading tars generated with other tools) …

macos terminal osx-lion tar
How do I pipe a git clone to archive (tar or gzip)

I am trying to make a simple backup script for my remotely hosted git repos. In the script I have …

git gzip pipe tar backup-strategies