Disaster Recovery and Backups

Taking care of your Linux box.
khizer
Lance Naik
Posts: 20
Joined: Fri Feb 25, 2011 2:40 am
Location: Sharjah

Post by khizer »

LVM is a Logical Volume Manager for the Linux kernel. With LVM you can abstract your storage space and have "virtual partitions" which are easier to modify.

In LVM, there are some key words you should keep in mind:

PV=Physical volume
VG=Voulume group
LV=Logical volume


With LVM you can more easily handle your partitions (logical volumes) than normal hard drive partitions. For example, you can:

-Use any number of disks as one big disk(VG)
-Have partitions(LV) stretched over several disks (they can be as big as all of your disk storage together)
-Resize/create/delete partitions(LV) and disks(VG) online! (yes online)
-Create small partitions(LV) and resize them "dynamically" as they get more filled
-And the best of all, create SNAPSHOTS :wink: (that is the exact picture of your partition at a given time ... its a long story)

Have a look at this Article, I hope it will help you understand what lvm is :)
http://www.debian-administration.org/articles/410
-Khizer Naeem Mughal

Knowledge is often mistaken for intelligence. This is like mistaking a cup of milk for a cow.
aquiline
Company Havaldaar Major
Posts: 178
Joined: Sat Nov 20, 2004 5:56 pm
Location: Attock-#-Junction

Baculaing :)

Post by aquiline »

Sh@Ring is Le@Rning
aquiline
Company Havaldaar Major
Posts: 178
Joined: Sat Nov 20, 2004 5:56 pm
Location: Attock-#-Junction

Directory/File synchronization across systems

Post by aquiline »

Last edited by aquiline on Tue Nov 15, 2011 4:20 pm, edited 1 time in total.
Sh@Ring is Le@Rning
aquiline
Company Havaldaar Major
Posts: 178
Joined: Sat Nov 20, 2004 5:56 pm
Location: Attock-#-Junction

Backups with rsnaphot to external USB drives

Post by aquiline »

Sh@Ring is Le@Rning
aquiline
Company Havaldaar Major
Posts: 178
Joined: Sat Nov 20, 2004 5:56 pm
Location: Attock-#-Junction

Deja Dup-Backup-Restore--Simply and Fast Application

Post by aquiline »

you can backup data to "Amazon’s S3 cloud services, and Rackspace, a Windows share, FTP, SSH, WebDAV.........."

Read more Deja Dup-Backup-Restore

Here's Another :arrow: Areca Backup is an Open Source personal backup solution:
Details at Be as simple as possible to set up : No complex configuration files to edit - Your backup configuration (which is stored as an XML file) can be edited with Areca's graphical user interface...
Last edited by aquiline on Mon Apr 02, 2012 1:18 pm, edited 1 time in total.
Sh@Ring is Le@Rning
aquiline
Company Havaldaar Major
Posts: 178
Joined: Sat Nov 20, 2004 5:56 pm
Location: Attock-#-Junction

Setting Up Network RAID1

Post by aquiline »

Setting Up Network RAID1 With DRBD On Ubuntu 11.10
how to set up network RAID1 with the help of DRBD on two Ubuntu 11.10 systems. DRBD stands for Distributed Replicated Block Device and allows you to mirror block devices over a network. This is useful for high-availability setups (like a HA NFS server) because if one node fails, all data is still available from the other node.
...Read more...
Sh@Ring is Le@Rning
aquiline
Company Havaldaar Major
Posts: 178
Joined: Sat Nov 20, 2004 5:56 pm
Location: Attock-#-Junction

Rsync Snapshots: Space Saving & Fast Recovery

Post by aquiline »

:idea: :arrow: Rsync Snapshots: Space Saving & Fast Recovery
De-duplication! That is the keyword and if your backup storage hardware does not support it natively you still need it. That is the focus of this article.
eXplore more -->
Last edited by aquiline on Wed Jan 23, 2013 12:25 pm, edited 1 time in total.
Sh@Ring is Le@Rning
aquiline
Company Havaldaar Major
Posts: 178
Joined: Sat Nov 20, 2004 5:56 pm
Location: Attock-#-Junction

Automatic Back-Up Tool

Post by aquiline »

:idea: :arrow: Back In Time, Automatic Back-Up Tool For Linux
Linux distros such as Fedora, openSUSE and Ubuntu have quite a lot of data back-up tools which allows a user to back-up their data with greater ease. One such tool is called 'Back In Time'. The project description says, "Back In Time is a simple backup system for Linux inspired from “flyback project” and “TimeVault”. The backup is done by taking snapshots of a specified set of directories."
eXplore more >>>
Sh@Ring is Le@Rning
aquiline
Company Havaldaar Major
Posts: 178
Joined: Sat Nov 20, 2004 5:56 pm
Location: Attock-#-Junction

Desktop Syncing with Owncloud

Post by aquiline »

ownCloud is a free software alternative to some proprietary web services and it currently includes file management (with built-in file sharing), music streaming, calendar, contacts and more - all running on your computer or server.

Desktop file syncing is now possible with ownCloud, through Csync and Mirall:

Csync is a command line synchronization tool that comes with an ownCloud module
Mirall is a Qt tray sync client that uses Csync and allows you to synchronize data between the local machine and ownCloud.
See more :arrow:
Sh@Ring is Le@Rning
aquiline
Company Havaldaar Major
Posts: 178
Joined: Sat Nov 20, 2004 5:56 pm
Location: Attock-#-Junction

JBackpack - Personal Backup Program

Post by aquiline »

JBackpack is a personal backup program. It features incremental backups, network transparency and encryption. JBackpack uses rdiff-backup for all backup and restore functions, SSHFS and SMB to access remote file systems and EncFS to encrypt backup destination directories.

JBackpack runs on the GNU/Linux operating system, Mac OS X (10.5 or newer) and Windows.
More Details...
Downloads...
Sh@Ring is Le@Rning
aquiline
Company Havaldaar Major
Posts: 178
Joined: Sat Nov 20, 2004 5:56 pm
Location: Attock-#-Junction

Re: LuckyBackup - GUI for rsync

Post by aquiline »

:idea: :arrow: LuckyBackup
In our daily activities we may have to manage multiple files from different locations, from which, every now and then edit them. It can also arise the need to synchronize folders over the network and often we do not know how to do it, luckybackup may be the solution for you, a convenient graphical interface for a powerful command line tool like rsync.
More Details...

:arrow: LuckBackup Home
:arrow: Features
:arrow: Download
Sh@Ring is Le@Rning
aquiline
Company Havaldaar Major
Posts: 178
Joined: Sat Nov 20, 2004 5:56 pm
Location: Attock-#-Junction

Re: Create And Restore Partition Images With Partimage

Post by aquiline »

Backups are usually made in one of two ways - either file-based which means that single files are backed up, often via synchronization and on an external disk, or image-based which means that a whole partition is stuffed into an image file that can be restored on the partition, containing everything there was on it. This tutorial covers image-based backups using Partimage from a live desktop environment.
:idea: :arrow: Read More...
Sh@Ring is Le@Rning
aquiline
Company Havaldaar Major
Posts: 178
Joined: Sat Nov 20, 2004 5:56 pm
Location: Attock-#-Junction

Re: Disaster Recovery and Backups

Post by aquiline »

"Creating Encrypted FTP Backups With duplicity And duply On Debian Squeeze"
This tutorial shows how you can use duplicity and duply to create encrypted (so that nobody with access to the backup server can read sensitive data in your backups) backups on the provider's remote backup server over FTP. duply is a duplicity wrapper script that allows us to use duplicity without interaction (i.e., you do not have to type in any passwords).
:arrow: :idea: Read more...
Sh@Ring is Le@Rning
aquiline
Company Havaldaar Major
Posts: 178
Joined: Sat Nov 20, 2004 5:56 pm
Location: Attock-#-Junction

Re: Disaster Recovery and Backups

Post by aquiline »

"Csync2 a filesystem syncronization tool for Linux"
Sometimes is useful to sync automatically files over the net between 2 or more computers, maybe you want to keep some configuration files aligned on different servers or maybe you have a cluster of web servers and you want to keep their document root aligned so your customer will always see the same result.
You could do this with a network filesystem like NFS, GlusterFS or Coda File system.
But why do complicated things when you could easily do this just keeping in sync the local filesystem ?
Read More...
Sh@Ring is Le@Rning
aquiline
Company Havaldaar Major
Posts: 178
Joined: Sat Nov 20, 2004 5:56 pm
Location: Attock-#-Junction

Virtual Box as Backup Tools

Post by aquiline »

Nowadays virtualization is for anyone and virtual machines run smoothly in every new hardware. However people seem to avoid it and there is an explanation. The “complicated” interfaces and the ignorance of the use-cases of virtualization.

The possibilities of virtualization are endless and just one of them is to backup our files, databases and whatever else.
Read More...
Sh@Ring is Le@Rning
Post Reply