Is there a way to run a script to zip a folder on server? I can do it through cpanel but it only allows 20mb. Mine is a 100mb folder.
ripken204
Feb 25 2008, 08:20 PM
maybe if you have like root access to the server, which i doubt that you do. or maybe if you can find some type of server-side script like php that can do it.
Zxian
Feb 25 2008, 09:55 PM
If you have shell access you can use the tar command to create an archive.
CODE
tar -zcf outfile.tar.gz <sourcedir>
This is of course assuming that it's a linux server...
kittypaws
Feb 26 2008, 06:40 AM
i use PclZip to modify the contents of a zip file at the time the use wants the file.. to add specific content to the zip file