Archiving With The zip And unzip Commands
Such archive files are therefore well suited for backups or emailing. The file format used by zip is standard across most operating systems and is therefore also a good way to transfer data between diverse computer systems.
The reverse operation, extracting the files and directories from an archive file, is accomplished with the unzip command. For example, the command "unzip docs" extracts all files and directories of the archive file "docs.zip" into the current directory.
Detailed information on the options of the zip and unzip commands can be found on their man pages (zip, unzip).


Comments
First - Thanks Juergen, for this blog. Now as to this particular topic…
I have been trying to use zip and unzip to backup some large directories and have run into a few problems that man doesn’t cover. This topic could use more than the light coverage given here. I have been using pkzip since it came out (back in the bad old law suite days) but zip on Linux seems to add some challenges.
Thanks again for the blog
Nice work,
linux commands are a powerful tools but at this time most of users choose the GUI instead of do it yourself via command.
@twoHats try to use tar compressed with gzip.
bye
Alternatively, if you have a browser and java installed, you could just use www.ezyzip.com.