Tag Backups

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 an awesome application that provides real-time backups, Unfortunately Linux isn’t supported. After trying out various backup…

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 fresh WordPress site or pull down an existing site hosting with Kinsta. If you rely on…

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 and very cost effective. These backups are made in addition to what my host provider, Kinsta,…

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 like so: This will output a .sql file which can easily be imported. I’ve been using…