Skip to main content

Backups

How To Backup MySQL Databases on an Ubuntu VPS
Tutorials Backups MySQL Ubuntu
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To Backup PostgreSQL Databases on an Ubuntu VPS
Tutorials Backups PostgreSQL Ubuntu
What is PostgreSQL?> What is PostgreSQL? # PostgreSQL is a modern database management system. It is frequently used to store and manipulate information related to websites and applications. As with any kind of valuable data, it is important to implement a backup scheme to protect against data loss.
How To Set Up Master Slave Replication on PostgreSQL on an Ubuntu 12.04 VPS
Tutorials Backups Load Balancing PostgreSQL Ubuntu
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To Create An Off-Site Backup Of Your Site With Rsync On Centos 6
Tutorials Backups CentOS MySQL WordPress
Status: Deprecated> Status: Deprecated # This article covers a version of CentOS that is no longer supported. If you are currently operating a server running CentOS 6, we highly recommend upgrading or migrating to a supported version of CentOS.
How To Choose an Effective Backup Strategy
Tutorials Backups Conceptual Linux Basics
Introduction> Introduction # Backups are very important for cloud servers. Whether you are running a single project with all of its data stored on a single server, or deploying directly from Git to VMs that are spun up and torn down while retaining a minimum set of logs, you should always plan for a failure scenario.
How To Install Bacula Server on Ubuntu 14.04
Tutorials Backups MySQL Ubuntu
Introduction> Introduction # Bacula is an open source network backup solution that allows you create backups and perform data recovery of your computer systems. It is very flexible and robust, which makes it, while slightly cumbersome to configure, suitable for backups in many situations.
How To Import and Export Databases in MySQL or MariaDB
Tutorials Backups CentOS Databases Debian MariaDB MySQL Open Source Ubuntu
The author selected the Free and Open Source Fund to receive a donation as part of the Write for DOnations program. Introduction> Introduction # Importing and exporting databases is a common task in software development.
How To Back Up, Restore, and Migrate PostgreSQL Databases with Barman on CentOS 7
Tutorials Backups CentOS PostgreSQL
Introduction> Introduction # PostgreSQL is an open-source database platform quite popular with web and mobile application developers for its ease of maintenance, cost effectiveness, and simple integration with other open-source technologies.
How To Install Bacula Server on CentOS 7
Tutorials Backups CentOS MySQL
Introduction> Introduction # Bacula is an open source network backup solution that allows you create backups and perform data recovery of your computer systems. It is very flexible and robust, which makes it, while slightly cumbersome to configure, suitable for backups in many situations.
How To Use Rsync to Sync Local and Remote Directories
Tutorials Backups Linux Basics
Introduction> Introduction # Rsync, which stands for remote sync, is a remote and local file synchronization tool. It uses an algorithm to minimize the amount of data copied by only moving the portions of files that have changed.
5 Ways to Improve your Production Web Application Server Setup
Tutorials Backups Conceptual Configuration Management High Availability Load Balancing Logging Monitoring Server Optimization
Introduction> Introduction # 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.
How To Use Duplicity with GPG to Securely Automate Backups on Ubuntu
Tutorials Backups Security Ubuntu
Introduction> Introduction # Duplicity is a versatile local and remote backup program that can implement a number of transfer protocols and third-party storage solutions. In this guide, we will discuss how to install duplicity on an Ubuntu 12.
How To Set Up MySQL Master-Master Replication
Tutorials Backups MySQL Scaling
Status: Deprecated> Status: Deprecated # This tutorial has been deprecated and is no longer maintained. Reason: This tutorial covers an outdated method for building a multi-master topology. At the time this article was originally published, group replication had not yet been implemented in MySQL.
How To Use BitTorrent Sync to Synchronize Directories in Ubuntu 12.04
Tutorials Backups Miscellaneous Ubuntu
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To Back Up and Restore Your Redis Data on Ubuntu 14.04
Tutorials Backups NoSQL Ubuntu
Introduction> Introduction # Redis is an in-memory, key-value cache and store (a database, that is) that can also be persisted (saved permanently) to disk. In this article, you’ll read how to back up a Redis database on an Ubuntu 14.
How To Use BackupPC to Create a Backup Server on an Ubuntu 12.04 VPS
Tutorials Backups System Tools Ubuntu
[*]Status: Deprecated[*] This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To Back Up, Restore, and Migrate a MongoDB Database on Ubuntu 14.04
Tutorials Backups MongoDB Ubuntu
Introduction> Introduction # MongoDB is one of the most popular NoSQL database engines. It is famous for being scalable, powerful, reliable and easy to use. In this article we’ll show you how to back up, restore, and migrate your MongoDB databases.