First, get 7zip Command Line here. Next, unzip to your desired directory – mine is in C:7za920. Based on my previous post, MySQL: Backup Database
read moreZip a directory recursively Unzip a directory
read moreRun command sudo apt-get install zip in termintal to install the zip. Then run zip -r compressed_filename.zip foldername command to zip a folder recursively. Reference: http://askubuntu.com/questions/27349/how-do-i-compress-a-directory
read more