compress a directory to tar.gz code example
Example 1: command to compress folder linux
tar -czvf name-of-archive.tar.gz /path/to/directory-or-file
Example 2: tar directory
tar -czvf archive.tar.gz stuff
tar -czvf name-of-archive.tar.gz /path/to/directory-or-file
tar -czvf archive.tar.gz stuff