
Aveti de arhivat ceva mare ... si din pacate e prea mare ... pana la urma arhivati dar beleaua e ca nu puteti sa'l si scoateti prin http (browser) de ex de pe server. Ce e de facut !? Folositi ...

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 ...