Guy Rutenberg

Keeping track of what I do

Archive for the ‘FTP’ tag

WordPress Backup to FTP

with 21 comments

Update: A newer version of the script is available.

This script allows you to easily backup your WordPress blog to an FTP server. It’s actually a modification of my WordPress Backup to Amazon S3 Script, but instead of saving the backup to Amazon S3 it uploads it to an FTP server. Another update is that now the SQL dump includes the database creation instructions so you don’t need to create it manually before restoring from the backup.

Although I’ve written it with WordPress in mind (to creates backups of my blog), it isn’t WordPress specific. It can be used to backup any website that consists of a MySQL database and files. I’ve successfully used it to backup MediaWiki installation.
Read the rest of this entry »

Written by Guy

January 6th, 2009 at 4:46 pm

Posted in Bash,Wordpress

Tagged with , ,