Jump to content

Recommended Posts

Posted

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.

  • 2 weeks later...

Posted

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.

Posted

If you have shell access you can use the tar command to create an archive.

tar -zcf outfile.tar.gz <sourcedir>

This is of course assuming that it's a linux server...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...