TAR Usage
tar -czvf app.tar.gz app/ -compress to a tarball.
tar -xzvf filename.tar.gz -untar and ungzip a file to current directory.
tar -xzvf filename.tar.gz -untar and ungzip a file to current directory.