Posts

Tag: Backups

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…

Restoring WordPress Navigation from a Database Backup

Restoring an entire WordPress backup should be a last resort. A selective restore should be the default when something is missing or corrupt. Some…

Personal Backups with Restic and B2 Bucket

When I switched my daily driver to Linux, one missing piece was how to handle local backups. I previously relied on Backblaze, which is…

Database Backups with DevKinsta

DevKinsta is a great way to run WordPress sites locally for testing or development purposes. With a few clicks, you can easily create a…

WordPress Backups with Rclone and Restic

Here at Anchor Hosting, I run incremental nightly backups for all customers, which are then stored on a B2 bucket. Incremental backups are lightweight…

WP-CLI Database Backups with Emojis

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…