How To Import and Export Databases in MySQL or MariaDB
Learn how to import and export databases in MySQL or MariaDB using command-line tools like mysqldump. Backup and restore your data safely.
Learn how to import and export databases in MySQL or MariaDB using command-line tools like mysqldump. Backup and restore your data safely.
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.
After getting your application server up and running, an important next step is to set up a backup system. A backup system will allow you to create periodic backup copies of your data, and restore data from those backups. This tutorial will show you how to create proper backups of a PHP application, running on a single server LAMP stack, by using a separate backups server that is running Bacula.
Rsync es una herramienta para sincronizar directorios locales y remotos de manera inteligente. En este artículo, analizaremos el funcionamiento básico de esta utilidad para copiar archivos de un directorio a otro y de un sistema a otro.
Rsync ist ein Tool zur intelligenten Synchronisierung von lokalen und entfernten Verzeichnissen. In diesem Artikel werden wir die grundlegende Verwendung dieses Dienstprogramms untersuchen, um Dateien aus dem Verzeichnis in das Verzeichnis und aus dem System in das System zu kopieren.
This tutorial will demonstrate how to plan and set up a sample production application from start to finish. Hopefully, this will help you plan and implement your own production server environment, even if you are running a different application on a completely different technology stack. Because this tutorial covers many different system administration topics, it will often defer the detailed explanation to external supporting articles that provide supplemental information.
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.
Unison is an open-source file synchronization tool. In this tutorial, you will install and configure Unison on a pair of servers and use it backup up a directory. You will also configure Unison to use SSH as the secure communication protocol and create a cron job.
Duplicity is a simple backup solution that can be used to backup data from a VPS instance to another VPS or a local machine. In this guide, we will demonstrate how to install duplicity on Ubuntu and configure it to perform automated backups.
This second installment of “Scaling Web Applications” will list out the steps necessary for scaling a mysql deployment over two VPS.