Three years ago I wrote How To: Bulletproof Server Backups with Amazon S3, a post where I showed off a basic cron job’d script I used to backup my entire server to S3 nightly. I have been using some form of that script since then to backup my blog. Fortunately, I have never had a situation where I needed to completely restore my blog, though it was handy for the few times I accidentally nuked my root .htaccess file or something. Ideally, I would keep everything under git version control and possibly have a nice WordPress Capistrano setup on my server for keeping WordPress and related non-media files safe and easily accessible (versus having to download then decompress a huge archive just to get to one file). In addition, I would have an rsync to S3 backup for media files and the database. But like many of you, I don’t have the time to figure that out right now. That’s why I became intrigued when I first caught wind of Automattic’s turnkey WordPress backup service called VaultPress. Pay a monthly fee, set it and forget it.

My backup situation looked like this (and a terminal) before VaultPress.











