My company manages a lot of Wordpress sites for our clients, and one of the most frequent bugbears and requests from them is a secure, reliable and easy-to-use backup system. I gotta say, this ticks all those boxes!
Hey Kevin - Thanks for hunting us. We are in the journey to make WordPress updates less painful. We have an incremental backup technology to backup only the changes in files and DB thereby saving your server and your cloud account some space to breathe ;).
With smart update detection techniques, We automagically detect security updates and apply them on your WordPress sites for people who doesn't want to enable auto - updates for everything. Before any update we backup the site completely and also let you know if there is a mishap in the update, for you to revert it back. We also provide an option to enable auto-update for all the WordPress core, plugins and themes.
We also provide one click and fast staging for you to stage any update before you do them on the live site.
Gone are the days where people panic about updating your WordPress sites. Glad to answer any questions the community may have.
Awesome. How would you compare the staging features in WP Time Capsule to the ones in WP-Staging? I'm looking for a staging solution that is fast and reliable, and with a push back feature. Is WTC it?
Very cool. This solves a real problem and addresses a large market. Nice job applying advanced devops technology in a user friendly way.
I assume you are using git to store file changes, but I'm curious how you are storing schema changes to the DB, and if that might be a weak point that could cause corrupted backups.
@milesrichardson Hey Miles, we use Dropbox and other cloud's revisioning system. For Database changes we do multiple things to check integrity - We use WordPress DB triggers and then check the table checksums etc. to make sure its not corrupted.