Information AboutBackup |
| CATEGORIES ABOUT BACKUP | |
| computer storage | |
| data security | |
|
Backup in Computer Engineering refers to the copying of Data for the purpose of having an additional copy of an original source. If the original data is damaged or Lost , the data may be copied back from that source, a process which is known as ''Data recovery'' or ''Restore''. The "data" may be either data as such, or stored program code, both of which are treated the same by the backup software. Backups differ from an Archive in which the data is necessarily duplicated, instead of simply moved. The word may be used as a noun, e.g., "have you remembered to move ''the backup'' to a safe place?", or as a verb, "he didn't backup the data, so we lost last week's work". Also common are various combinations, such as ''backup copy'', ''backup software'' (the applications that are used for performing the backing up of data, i.e., the systematic generation of backup copies), ''backup policy'' (an organisation's procedures and rules for ensuring that adequate amounts and types of backups are made, including suitably frequent testing of the process for restoring the original (production) system from the backup copies). BACKUP STRATEGIES A backup should be planned carefully, and the following points should be considered:
The nature of computers is that there are always options and usually three points to consider when buying equipment: Size (measured in Bytes ), Rotational Speed (measured in Hertz or other Cycles such as RPM ), Warranty (mesured in Year s or eventually Month s).
Good strategy in the case of a big accident, disaster, while it's important to keep calm it's predictable that most likely no one would be able to think clearly, and act accordingly. By preparing Checklist s planned based on the fact that accidents can happen, the despair can be avoided. The bigger the importance of the content, the more the concerned with a properly trained staff can be observed in big companies. BACKUP MEDIA TYPES As Of 2005 , backups are most often made from Hard Disk based production systems to large capacity Magnetic Tape , Hard Disk storage, or Optical Disk WORM media like CD-R , DVD-R and similar formats. As broadband access becomes more widespread, network and s. However, the recent drop in hard disk prices and its number one position as the most reliable re-write-able media make it one of the most practical backup media. A CD-R can be used as an alternative backup device. One advantage of CDs is that they can hold 650 MiB of data on a 12 cm (4.75") reflective optical disc. (This is equivalent to 12,000 images or 200,000 pages of text.) They can also be restored on any machine with a CD-ROM drive. CDs may all look the same, but there are different File Format s for different applications. SPECIAL CASES Backing up active databases requires highly-specialized software that must be integrated with the database system in order to prevent data corruption. For example, a user accesses the website of his bank and transfers money from one of his accounts to another while a backup is running. Such a transaction will affect multiple places on the hard disks of the bank's systems. At minimum, the amount of the transfer will be subtracted from the balance of one account, and added to the balance of the other account. If there is then a disk crash and restore, it is important to ensure that the database holding the user's account balances gets restored correctly. If the subtraction part is restored correctly but the addition part isn't, then the user is unhappy. If the addition part is restored correctly but the subtraction part isn't, then the bank is unhappy. METRICS There are six primary Metric s relating to data backup:
DIFFERENT ROLES OF DATA BACKUPS Computer backups are useful primarily for two purposes, the first and most obvious is to restore a computer to an operational state following a disaster also called Disaster Recovery . This includes loss of a hard disc or the file system becoming so badly corrupted it cannot be read. The second use, often overlooked but probably more common, is to facilitate the recovery of a single file or set of files when they are accidentally deleted or corrupted by the user or a program. BACKUP PROCEDURES Proper backup procedures require redundancy of the Backup To A Remote Location and an effective Backup Rotation Scheme such as the GFS method ( Grandfather-Father-Son Backup ). Storing the copy near the original is unwise, since many disasters such as fire, flood and electrical surges are likely to cause damage to the backup at the same time. The 2001 Attacks on the World Trade Center presented many organizations with unprecedented disaster recovery scenarios, due to its scope. A few years earlier, during a fire at the headquarters of a Major Bank In Paris , system administrators ran into the burning building to rescue backup tapes because they didn't have offsite copies. RECOVERY STRATEGY A backup is only as useful as its associated recovery strategy. Having a complete set of backup tapes is of no use if the only copy of the software required to read them is on one of the tapes. It is also possible for backup software to run successfully for several months, only to fail when it is needed most due to read errors on the backup media. Magnetic tapes in particular should be read-tested on a regular basis. VALIDATION AND VERIFICATION Many backup programs make use of checksums or hashes. These offer several advantages. First, they allow data integrity to be verified without reference to the original file: if the file as stored on the backup medium has the same checksum as the saved value, then it is very probably correct. Second, some backup programs can use checksums to avoid making redundant copies of files, to improve backup speed. This is particularly useful when multiple workstations, which may contain duplicates of the same file, are backed up over a network: if the backup software detects several copies of a file having the same size, datestamp, and checksum, it can put one copy of the data onto a backup medium, along with metadata listing all places where copies of this file were found. Also, checksums can improve performance of the verification pass for backups across a network, by computing checksums independently on each computer, then sending only the checksum over the network so that checksums can be compared instead of actual data. TYPES OF BACKUPS There are primarily three different types of backup - full, incremental, and differential. A Full Backup is simply the backing up of all the files on the system. An Incremental Backup will only backup files modified since the last backup. An incremental backup is also referred to as a cumulative incremental backup. A Differential Backup is a cumulative backup of changes made since the last full backup. SEE ALSO
|
|
|