Posted by Sam Jost on 04/07/07 20:53
I want to add a script to a website to backup the files.
So I'd like to compress all the files of the website in one zip archiv
for the user to download.
Problem is, exec is disabled for security reasons.
Is there any way to create *any* kind of single archive for my website
using php without exec? It does not need to be zip, any single file
would do nicely.
Thanks,
Sam
[Back to original message]
|