I have a ubuntu server. How can I zip files through executing a command line to zip from my php script
I want to zip the file because the file sizes are too big and zipping it through php will cause more load on server.
Thank You.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you don’t need compression I would suggest to look into tar instead of zip as it should be quicker and will result in one file same as zip but without CPU time taken to process the archive