Thu 17 Apr 2008
Linux and Free BSD, how to zip a folder. This is useful for backups, or moving to a new webhost.
zip -9 -r zipname folder
example: zip -9 -r myfolder.zip examplefoldername
-9 = best compression
-r = recursive
Powered by Gregarious (42)