WpBackup
WpBackup is a simple command-line tool for backing up Wordpress sites and their databases to S3. It uses mysqldump to create a database drop and then copies either the entire site from your wordpress directory or specific paths. The operation is entirely configurable by a simple file.
Installation
gem install wp_backup
Usage
You'll now have acceess to the wp_backup command. Try "wp_backup help" to get a list of available tasks.
Copyright
Copyright (c) 2012 Aubrey Holland See LICENSE for details.