Backups

How To Use Duplicity with GPG to Back Up Data to object storage — step-by-step Linux tutorial on Progressive Robot

How To Use Duplicity with GPG to Back Up Data to object storage

Duplicity is a command-line utility written in Python that produces encrypted tar volumes for storage on a local or remote repository. It uses the GNU Privacy Guard (GPG) to encrypt and sign its archives and the rsync algorithm to create incremental, space-efficient backups. In this tutorial, we will install Duplicity and go over how to back up project data to object storage.

Read more
5 Ways to Improve your Production Web Application Server Setup — step-by-step Devops tutorial on Progressive Robot

5 Ways to Improve your Production Web Application Server Setup

Once your application is up and running in a cloud server environment, you may be wondering how you can improve your server environment to make the leap from “it works” to a full-fledged production environment. This article will help you get started with planning and implementing a production environment by creating a loose definition of “production”, and by showing you some components that you can add to your existing architecture to make the transition.

Read more
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
CHAT