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…
Browsing: archive
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 GZ file is a compressed archive that uses the gzip compression algorithm (GNU zip). This format was created to…
The tar command is an essential tool for Linux users, especially for those who work with a large number of…