How to Create and Extract TAR Archives
Create archives To create a tar.gz archive from a given folder we can use the following command: $ tar -zcvf <archive-name>.tar.gz <source-folder-name>
Create archives To create a tar.gz archive from a given folder we can use the following command: $ tar -zcvf <archive-name>.tar.gz <source-folder-name>