zip files

Problem:
You need to create a zip file for example to export a huge amount of files ina single export poroces trough ftp.

Solution:
Zip all files in a sinle one using the next commands:
zip -r filenamename DirectoryToZip
If you face problems like command not found, check if you have zip installed 
sudo apt-get install zip unzip