- How To Back Up MySQL Databases Without Interrupting MySQL | HowtoForge
This article describes how you can back up MySQL databases without interrupting the MySQL service. Normally, when you want to create a MySQL backup, you either have to stop MySQL or issue a read lock on your MySQL tables in order to get a correct backup; if you do not do it this way, you can end up with an inconsistent backup. To get consistent backups without interrupting MySQL, I use a little trick: I replicate my MySQL database to a second MySQL server, and on the second MySQL server I use a cron job that creates regular backups of the replicated database.
in Public bookmarks with backup interruption linux mysql replication server
- QuickStart, The Swiss Army Knife For Ubuntu 8.04 Desktop
In this article I will show how to install and use QuickStart on an Ubuntu 8.04 desktop. QuickStart is like a Swiss army knife, it allows you to do various things on your Ubuntu desktop: creating and restoring backups, running scheduled backups, backing up configuration files, installing some common applications, installing DVD codecs, deleting unnecessary files, etc.
in Public bookmarks with backup codecs quickstart restore ubuntu
- Scheduled Backups With Rsyncbackup On Debian Etch
This document describes how to set up and configure rsyncbackup on Debian Etch. Rsyncbackup is a Perl script that cooperates with rsync. It is easy to configure and able to create scheduled backups (partial and incremental backups).
in Public bookmarks with backup debian linux restore rsync rsyncbackup
- Setting Up Postfix As A Backup MX
In this tutorial I will show how you can set up a Postfix mailserver as a backup mail exchanger for a domain so that it accepts mails for this domain in case the primary mail exchanger is down or unreachable, and passes the mails on to the primary MX once that one is up again.
in Public bookmarks with backup exchanger linux mail mx postfix secondary server
- VirtualBox: Creating Backups & Clones Of Running Virtual Machines (No Downtime) With LVM Snapshots
If you use LVM volumes for your VirtualBox VMs, you can create backups and clones of a running VM without shutting it down. This tutorial shows just that: using LVM snapshots to create backups and clones of running VirtualBox VMs without downtime.
in Public bookmarks with backup clone downtime lvm machine snapshot virtual virtualbox virtualization
« Previous
backup from all users