…somehow zip, or batch, files together via php? I’m wanting to create an auto-back-up tool of my site, since a lot of people contribute to it and it’s not impossible that the network could go down. I can happily tell a script to go find all the files, but is there any way in PHP to group them and send them back as one file to write somewhere? I imagine not, but hey. If not, is there some other accepted standard for this sort of thing?
Cheers in advance.