How to create tar.gz in Linux : tar -zcvf “archive.tar.gz” “file.sql” tar -zcvf “archive.tar.gz” “/home/example/public_html/” How to extract tar.gz in Linux : tar -zxvf “archive.tar.gz”
Just another Xrvel site
How to create tar.gz in Linux : tar -zcvf “archive.tar.gz” “file.sql” tar -zcvf “archive.tar.gz” “/home/example/public_html/” How to extract tar.gz in Linux : tar -zxvf “archive.tar.gz”