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)
June 9th, 2008 at 6:17 am
be sides For compression data, using TAR under Linux is the Best tool and solussion of compression data.