Update:
Removing "send backup as email" from To-Do list, ive been looking at lots of methods on sending large attachments via email, and its just not practical with php, especially because of memory limit issues, and the fact that as far as I know, the entire data of the attachment would have to be base64_encoded and then sent in 1 function call.
The problem with this again lies in the problem of memory_limit errors. Dumps hundreds of megabytes in size, having to put all of that in one string and compress, just not practical.
|