Techinfoblogger:- backup and types of backup
Backup’s and types of backup
In information technology,
a backup, or the process of
backing up, refers to the copying and archiving of
computer data so it may be used to restore the
original after a data loss event. The verb form is to back up in two words, whereas the
noun is backup. Backups
have two distinct purposes. The primary purpose is to recover data after its
loss, be it by data deletion or corruption. Data loss can be a
common experience of computer users; a 2008 survey found that 66% of respondents
had lost files on their home PC The secondary purpose of backups is to
recover data from an earlier time, according to a user-defined data
retention policy, typically configured within a backup
application for how long copies of data are required. Though backups
represent a simple form of disaster recovery, and should be part of
any disaster recovery plan, backups by themselves should not be considered
a complete disaster recovery plan. One reason for this is that not all backup
systems are able to reconstitute a computer system or other complex
configuration such as a computer cluster, active
directory server, or database server by simply restoring data
from a backup.
Types of backups
· Full Backup
· Incremental Backup
· Differential Backup
· Copy Backup
Full Backup-
A
repository of this type contains complete system images taken at one or more
specific points in time. This technology is frequently used by computer
technicians to record known good configurations. Imaging is
generally more useful for deploying a standard configuration to many systems
rather than as a tool for making ongoing backups of diverse systems.
Incremental Backup-
An
incremental style repository aims to make it more feasible to store backups
from more points in time by organizing the data into increments of change
between points in time. This eliminates the need to store duplicate copies of
unchanged data: with full backups a lot of the data will be unchanged from what
has been backed up previously. Typically, a full backup (of all
files) is made on one occasion (or at infrequent intervals) and serves as the
reference point for an incremental backup set. After that, a number
of incrementalbackups are made after successive time periods. Restoring
the whole system to the date of the last incremental backup would require
starting from the last full backup taken before the data loss, and then
applying in turn each of the incremental backups since then. Additionally, some
backup systems can reorganize the repository to synthesize full backups from a
series of incremental
Differential Backup-
Each
differential backup saves the data that has changed since the last full backup.
It has the advantage that only a maximum of two data sets are needed to restore
the data. One disadvantage, compared to the incremental backup method, is that
as time from the last full backup (and thus the accumulated changes in data)
increases, so does the time to perform the differential backup. Restoring an entire
system would require starting from the most recent full backup and then
applying just the last differential backup since the last full backup.
Copy Backup-
A
copy backup type repository stores a recent "mirror" of the source
data and a series of differences between the mirror in its current state and
its previous states. A Copy backup will start with a normal full backup. After
the full backup is performed, the system will periodically synchronize the full
backup with the live copy, while storing the data necessary to reconstruct
older versions. This can either be done using hard links, or using
binary diffs. This system works particularly well for large, slowly
changing, data sets.
Restore process
The process of
getting the data back from the existing backup file is call restore process.
The existing data backup file which is stored or created by the users for keeping
the data safe in case of corruption or deletion of the original data. The
backup file is present in the compact or compress format or in the exact copy
of the existing data in the existing data format.
Steps off backup
Back up
There are several ways to
back up your PC.
1.
Select the Start button,
then select Control Panel > System and Maintenance > Backup
and Restore.
2.
Do one of the following:
·
If you've never used
Windows Backup before, or recently upgraded your version of Windows,
select Set up backup, and then follow the steps in the wizard.
·
If you've created a
backup before, you can wait for your regularly scheduled backup to occur, or
you can manually create a new backup by selecting Back up now.
·
If you’ve created a
backup before, but want to make a new, full backup rather than updating the old
one, select Create new, full backup, and then follow
the steps in the wizard.
Step’s of Restore
Restore
1.
Right-click the Start button,
then select Control Panel > System and Maintenance > Backup
and Restore.
2.
Do one of the following:
·
To restore your
files, choose Restore my files.
·
To restore the files of
all users, choose Restore all users' files.
Comments
Post a Comment