Question:
What are the types of backup? Explain each? (computer Operating System)?
anonymous
2008-01-11 19:12:25 UTC
What are the types of backup? Explain each? (computer Operating System)?
Four answers:
anonymous
2008-01-11 19:17:00 UTC
Great,another quiz guy!
?
2016-05-24 13:02:43 UTC
This is a database used by Microsoft Windows to store configuration information about the software installed on a computer. This information includes things like the desktop background, program settings, and file extension associations. The Windows registry consists of the following six parts: HKEY_User - contains the user information for each user of the system. HKEY_Current_User - has all the preferences for the current user. HKEY_Current_Configuration - stores settings for the display and printers. HKEY_Classes_Root - includes file associations and OLE information. HKEY_Local_Machine - has the settings for the hardware, operating system, and installed applications. HKEY_Dyn_Data - includes performance data. When you install a program, it will usually write some data to the computer's registry. If you want to manually edit the registry for some reason, you can use the "regedit.exe" program, which comes with the Windows operating system. However, you should not edit the registry if you don't know what you're doing because it could disable your computer.
S&H
2008-01-15 06:02:55 UTC
Incremental



A "normal" incremental backup will only back up files that have been changed since the last backup of any type. This provides the quickest means of backup, since it only makes copies of files that have not yet been backed up. For instance, following our full backup on Friday, Monday’s tape will contain only those files changed since Friday. Tuesday’s tape contains only those files changed since Monday, and so on. The downside to this is obviously that in order to perform a full restore, you need to restore the last full backup first, followed by each of the subsequent incremental backups to the present day in the correct order. Should any one of these backup copies be damaged (particularly the full backup), the restore will be incomplete.



Differential



A cumulative backup of all changes made after the last full backup. The advantage to this is the quicker recovery time, requiring only a full backup and the latest differential backup to restore the system. The disadvantage is that for each day elapsed since the last full backup, more data needs to be backed up, especially if a majority of the data has been changed.



Multilevel incremental



A more sophisticated incremental backup scheme involves multiple numbered backup levels. A full backup is level 0. A level n backup will back up everything since the most recent level n-1 backup. Assume a level 0 backup was taken on a Sunday. A level 1 backup taken on Monday would only include changes made since Sunday. A level 2 backup taken on Tuesday would only include changes made since Monday. A level 3 backup taken on Wednesday would only include changes made since Tuesday. If a level 2 backup was taken on Thursday, it would include all changes made since Monday because Monday was the most recent level n-1 backup.



Reverse incremental



An incremental backup of the changes made between two instances of a mirror is called a reverse incremental. By applying a reverse incremental to a mirror, the result will be a previous version of the mirror.



A synthetic backup is a form of an incremental backup that is possible when there is a separate computer that manages the backups. The backup server takes a typical incremental backup of the system in question and combines this data with the previous backups to generate a new synthetic backup. This new synthetic backup is indistinguishable from a normal full backup and shares all the advantages, such as faster restore times.



Incrementals forever



This style is similar to the Synthetic backup concept. After an initial full backup, only incremental backups are sent to a centralized backup server. This server keeps track of all the incrementals and sends the proper data back to the server during restores. This can be implemented by sending each incremental directly to tape as it is taken and then refactoring the tapes as necessary. If enough disk space is available, an online mirror can be maintained along with previous incremental changes so that the current or older versions of the systems being backed up can be restored.
anonymous
2008-01-11 19:46:04 UTC
http://www.backup4all.com/backup-types.php


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...