Tag Archives: folder

Zip A Folder

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

Posted in tools | Tagged , | 2 Comments