While working with the archive files, sometimes you are required to list archive file contents instead of extract an archive…
Browsing: tar
Tar Command: tar czf backup.tar.gz –exclude “wp-content/cache” public_html Above command will archive all files and directories under public_html directory except…
A “tar.bz2” file is a compressed archive file created using the tar command in Unix/Linux and the bzip2 compression algorithm.…
There are multiple tools available in Linux system for creating archive files. In this article you will find uses of…
A .tar.gz is compression format commonly used in the Unix based operating system. The tar.gz file format is the combination…
The tar command is an essential tool for Linux users, especially for those who work with a large number of…