Backups

How To Backup MySQL Databases on an Ubuntu VPS — step-by-step Linux tutorial on Progressive Robot

How To Backup MySQL Databases on an Ubuntu VPS

MySQL is a popular database management system that is often used to manage the data from websites and applications. This guide will demonstrate how to backup the data in your MySQL databases, using a number of different methods.

Read more
How To Manage Backups to the Cloud with Duplicacy — step-by-step DevOps tutorial on Progressive Robot

How To Manage Backups to the Cloud with Duplicacy

This tutorial provides a high-level overview of how to install the CLI version of Duplicacy and use it to manage a typical data backup process with a the cloud provider Space. It also demonstrates how to back up a shared repository from multiple Droplets to the same Space, as well as how to back up snapshots to multiple Spaces for greater data security.

Read more
What is a Backup? — step-by-step DevOps tutorial on Progressive Robot

What is a Backup?

Backups are copies or archives of data used for recovery after the loss, deletion, or corruption of a database or filesystem. Developers can create backups in a number of ways, including manual implementation, cloud hosting services, or backup programs.

Read more
CHAT