
zip -qq -r archive directory
This command would archive entire contents of directory including all the subdirectories in filenamed archive
or
zip -qq -R archive
This command would archive the entire contents of the current directory in the file archive
unzip -qq archive ...