compress to tar.gz ubuntu code example
Example 1: create tar gz file from directory
tar -czf tarball.tar.gz my_directory/
Example 2: how to tar linux
tar -zcvf file.tar.gz /path/to/dir/
Example 3: how to make a tarball in linux
tar -cvzf name.tar /path/to/directory