Meet Disembark
Over the summer I created Disembark, which is a super simple way to generate a WordPress backup. There are plenty of existing tools for making a WordPress backup like ManageWP, WP Umbrella, Solid Backups, and so on. So why did…
Over the summer I created Disembark, which is a super simple way to generate a WordPress backup. There are plenty of existing tools for making a WordPress backup like ManageWP, WP Umbrella, Solid Backups, and so on. So why did…
Restoring an entire WordPress backup should be a last resort. A selective restore should be the default when something is missing or corrupt. Some things are easy to restore, like a deleted theme or plugin. If you know what you’re…
When I switched my daily driver to Linux, one missing piece was how to handle local backups. I previously relied on Backblaze, which is an awesome application that provides real-time backups, Unfortunately Linux isn’t supported. After trying out various backup…
DevKinsta is a great way to run WordPress sites locally for testing or development purposes. With a few clicks, you can easily create a fresh WordPress site or pull down an existing site hosting with Kinsta. If you rely on…
Here at Anchor Hosting, I run incremental nightly backups for all customers, which are then stored on a B2 bucket. Incremental backups are lightweight and very cost effective. These backups are made in addition to what my host provider, Kinsta,…
My preferred way to backup a WordPress site is directly on the web server using SSH. The database backup part is performed with WP-CLI like so: This will output a .sql file which can easily be imported. I’ve been using…