PHP Script Codes > Backup your whole website in zip format, get it via email!
Backup your whole website in zip format, get it via mail!
This script do the following:
> Backup your whole website/blog by compressing it in zip format
> Split the zip files to smaller size so that you can easily get them via mail. (Gmail doesn't allow attachments more than 10 MB, this splitting solves the problem)
> Send backup files to you via mail!
Without relying to basic PHP Mail, this script send mail via SMTP (authentication supported), which is much more powerful.
Credits:
This script is written by Mehdi Hasan http://www.omicronlab.com /
Swift SMTP mailer library is taken from http://www.swiftmailer.or g/