WordPress Backup in 15 Seconds Or Less
I often need to make a quick backup of a wordpress site. After doing database export manually and downloading all files via ftp for hundred times I decided to automate this.
I came up with a simple php script that does database export and archives all files into one .zip file.
Downloading one archive file is much faster than downloading all the files raw and uncompressed.