How to Make Incremental Backups With Rsync

Posted by suvi under Backup

New tutorial added to HowtoMatrix database. How to Make Incremental Backups With Rsync Backing up your information is very important to you, or at least it should be. One of my college professors once told me, “It is not a question of if your hard drive will crash; it is when your hard drive will crash.” [...]

No Comments

Cloning With Linux 3 Ways

Posted by suvi under Backup

Making an image copy of your system disk is a great way to create a backup. With the cost of portable USB drives at all time lows, you could keep a couple around for rotation purposes. If your main drive does crash, you could be back up and running in a matter of minutes. Now [...]

No Comments

Disk Backup With Amanda On Debian Lenny

Posted by suvi under Backup, Debian

New tutorial added to HowtoMatrix database. Disk Backup With Amanda On Debian Lenny Disk Backup With Amanda On Debian Lenny Amanda is an open source client/server solution to back up filesystems. Backups are triggered by the backup server, backup definitions are located on the servers but exclusion lists are located on the client. Link to [...]

No Comments

Back In Time : System Restore on Ubuntu

Posted by suvi under Backup, Ubuntu

New tutorial added to HowtoMatrix database. Back In Time : System Restore on Ubuntu One of the most treasured features by novice computer users running Windows is the ability to easily roll back their system when trouble arises by using the built-in System Restore GUI. Ubuntu offers the same services to take snapshots of your [...]

No Comments

Quickly archive multiple directories into separate archive files

Posted by suvi under Backup

I recently needed to quickly archive several hundred directories, and their contents into separate, compressed files named after the directories. The horribly slow way to do this would be to either right-click each directory and select “create archive” via the File Manager, or, via the command line, to manually run tar several hundred times Read [...]

No Comments

Powerful Remote Incremental Backup with rdiff-backup

Posted by suvi under Backup

The last few days I have been testing backup software to automatically backup my desktop Ubuntu system. I’ve only just got it set up, but rdiff-backup is exactly what I was looking for and seems to be working very well. rdiff-backup tries to “combine the best features of a mirror and an incremental backup”. It’s [...]

No Comments

Creating Backups With Back In Time On An Ubuntu 9.04 Desktop

Posted by suvi under Backup, Desktop, Ubuntu

This tutorial explains how to install and use Back In Time on an Ubuntu 9.04 desktop. Back In Time is a simple backup tool for Linux inspired from “flyback project” and “TimeVault”. The backup is done by taking snapshots of a specified set of directories. Read more at HowtoForge

No Comments

Creating Backups With luckyBackup On An Ubuntu 9.04 Desktop

Posted by suvi under Backup, Desktop, Ubuntu

This tutorial explains how to install and use luckyBackup on an Ubuntu 9.04 desktop. luckyBackup is an application for data back-up and synchronization powered by the rsync tool. It is simple to use, fast (transfers over only changes made and not all data), safe (keeps your data safe by checking all declared directories before proceeding [...]

No Comments

Creating Snapshot-Backups with BackerUpper On Ubuntu 9.04

Posted by suvi under Backup, Desktop, Ubuntu

BackerUpper is a tool similar to Apple’s TimeMachine. It is intended to create snapshot-backups of selected directories or even your full hard drive. From the BackerUpper project page: “Backerupper is a simple program for backing up selected directories over a local network. Its main intended purpose is backing up a user’s personal data.” This article [...]

No Comments

Back In Time – A Simple backup tool for ubuntu

Posted by suvi under Backup, Ubuntu

Back In Time is a simple backup tool for Linux inspired from “flyback project” and “TimeVault”.The backup is done by taking snapshots of a specified set of directories.Keep in mind that Back In Time is just a GUI. The real magic is done by rsync (take snapshots and restore), diff (check if somethind changed) and [...]

No Comments

DRBD 8.3 Third Node Replication With Debian Etch

Posted by suvi under Backup, Debian

The recent release of DRBD 8.3 now includes The Third Node feature as a freely available component. This document will cover the basics of setting up a third node on a standard Debian Etch installation. At the end of this tutorial you will have a DRBD device that can be utilized as a SAN, an [...]

No Comments

Mirror Your Web Site With rsync On Fedora 10

Posted by suvi under Backup, Fedora

This tutorial shows how you can mirror your web site from your main web server to a backup server (both running Fedora 10) that can take over if the main server fails. We use the tool rsync for this, and we make it run through a cron job that checks every x minutes if there [...]

No Comments

How To Backup Gmail In Ubuntu Intrepid

Posted by suvi under Backup, Email, Google, Ubuntu

It is a misconception to think that all the emails in your Gmail account are safe and will be there forever. In the events that Gmail is down, or for some reasons, you were banned by Google, you won’t be able to access all your emails and all of them will be gone forever. To [...]

No Comments

How To Back Up MySQL Databases With mylvmbackup On Ubuntu 8.10

Posted by suvi under Backup, MySQL, Ubuntu

mylvmbackup is a Perl script for quickly creating MySQL backups. It uses LVM’s snapshot feature to do so. To perform a backup, mylvmbackup obtains a read lock on all tables and flushes all server caches to disk, creates a snapshot of the volume containing the MySQL data directory, and unlocks the tables again. This article [...]

No Comments

How To Backup Your Ubuntu System With Remastersys

Posted by suvi under Backup, Ubuntu

After countless hours of configuring, tweaking, installing new applications onto your Ubuntu system, the last thing that you want to do is to reformat and start everything all over again. Remastersys is here to save you all this trouble. Remastersys is a simple and easy to use application that allows you to easily clone and [...]

No Comments