Monday, January 21, 2013

What is a backup

What is a backup: Backup is copying data from one place to another in case the original is corrupted   
                                  or deleted.   

Ø  Backups are the secondary copy of primary data. The purpose of backups is to recover primary data if it’s damaged, deleted, or corrupted. Therefore, a backup is a secondary copy of primary data.
Ø  Backups recover data that was damaged, deleted, or corrupted. This is the only purpose for backups. If a file is deleted or damaged, you can restore it from backup copies.

What Needs to Be Backed Up: Companies need to back up three types of data:
Intellectual property: This is the information about a company’s core competency.
Customer data: Examples range from scanned copies of patient x-rays to market research information and records about the buying patterns of particular market segments.
Operational data: This last category includes every other kind of data in the organization. It can include data about where organizations purchase supplies to build products to information.

Backup Tool
 Many backup tools are available in market Linux has several tools for backing up and restore which are given below.
dump / restore : Old tools that work with filesystems, rather than files.

Rsync:  is a program that behaves in much the same way that rcp does, but has many more options and uses the rsync remote-update protocol to greatly speed up file transfers when the destination file already exists.

tar: A standard backup tool,

cpio : It is hard to use because of the unusual way in which the command must be entered.

dd : The dd command is one of the original Unix utilities and should be in everyone's tool box

Mondo : is reliable. It backs up your GNU/Linux server or workstation to tape, CD-R, CD-RW, DVD-R[W], DVD+R[W], NFS or hard disk partition

Dar: dar is a shell command that backs up directory trees and files.

Many other commercial or free software back up tools are also available, like EMC Networker, EMC Avamar, HP Data Protector, Symantec Netbackup, etc.
Types of Backup
 There are different kinds of backups

Full Backup: Full backup is a backup of the complete data on the production volumes at a certain point in time. A full backup copy is created by copying the data on the production volumes to a secondary storage device

Advantages:                       Restore is the fastest
Disadvantages:                                 Backing up is the slowest
The storage space requirements are the highest


Incremental Backup:  Incremental backup copies the data that has changed since the last full or incremental backup, which-ever has occurred more recently.

Advantages:                       Backing up is the fastest
                                The storage space requirements are the lowest

Disadvantages:                 Restore is the slowest

Differential Backup: Cumulative (or differential) backup copies the data that has changed since the last full backup. This method takes longer than incremental backup but is faster to restore.

Advantages:                       Restore is faster than restoring from incremental backup
Backing up is faster than a full backup
The storage space requirements are lower than for full backup

Disadvantages:                 Restore is slower than restoring from full backup
Backing up is slower than incremental backup
The storage space requirements are higher than for incremental backup


Synthetic(or constructed) :- full backup is another type of backup that is used in implementations where the production volume resources cannot be exclusively reserved for a backup process for extended periods to perform a full backup. It is usually created from the most recent full backup and all the incremental backups performed after that full backup. A synthetic full backup enables a full backup copy to be created offline without disrupting the I/O operation on the production volume.

Network Backup: Network backup usually means backing up a client to a backup server, this means the client sends the files to the server and the server writes them to backup medium.

Dump Backup: Dump backups are not ordinary file by file backups. The whole disk partition or file system is "dumped" to the backup medium as is. This means it is also necessary to restore the whole partition or file system at one go. The dump backup may be a disk image, which means it must be restored to a similar disk with same disk geometry and bad blocks in same places.



Level 0 -- 9 Backup: Level 0 to 9 backups are a finer grained version of incremental backups. Level N backup means backing up everything that has changed since a same or lower lever backup. Check the backup can be restored, with original file owners, permissions and timestamps. To be useful, you must be able to restore the backup. Very often not only the contents of file are important, but their time stamps, permissions and owners. Check that you can restore the backup so that all these are preserved.

Backup Methods: - There are two types of methods to deployed for backup Hot backup and cold backup are the two. They are based on the state of the application.
Hot backup: when the backup is performed. In a hot backup, the application is up and running, with users accessing their data during the backup process.
Cold backup: the application is not active during the backup process.

2 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. Precise and absolute piece of information for a beginner to take a kick start in Backup Technology!!
    Thanks Moin Sir!!

    ReplyDelete

Slow backup Issue

Networker slow backup issue We are facing slow backup issue many times or previously added clients suddenly slow backup issue occurs. ...