• No results found

How To Manage A System Image Backup Using Windows Environment

N/A
N/A
Protected

Academic year: 2021

Share "How To Manage A System Image Backup Using Windows Environment"

Copied!
19
0
0

Loading.... (view fulltext now)

Full text

(1)

Information Technology Center of Kabul(ITCK)

Kabul University

Prepared by: Humaira Saifi

[email protected]

Information Technology Center of Kabul(ITCK)

Kabul University

Prepared by: Humaira Saifi

(2)
(3)

By the end of this chapter you will understand : How system image backup work

System image backup structure

How to manage backup using group policy How volume shadow copy work

Msconfig

By the end of this chapter you will understand : How system image backup work

System image backup structure

How to manage backup using group policy How volume shadow copy work

(4)

How System Image Backups Work

System Image backups make a block-by-block backup of your

system volume to a .vhd file,

which must be stored on local storage, such as a second hard disk. the media automatically perform only an incremental backup. In

other words, only the portions of the hard disk that have changed are copied to the existing System Image backup.

Unlike file backups, only a single version of the System Image backup is

kept—multiple versions are not stored. The Backup And Restore tool does not provide a graphical tool for scheduling automatic System Image backups.

Instead, you should rely on automatic file backups and manually

create a System Image backup only after you have made significant changes to a computer’s configuration.

System Image backups make a block-by-block backup of your

system volume to a .vhd file,

which must be stored on local storage, such as a second hard disk. the media automatically perform only an incremental backup. In

other words, only the portions of the hard disk that have changed are copied to the existing System Image backup.

Unlike file backups, only a single version of the System Image backup is

kept—multiple versions are not stored. The Backup And Restore tool does not provide a graphical tool for scheduling automatic System Image backups.

Instead, you should rely on automatic file backups and manually

create a System Image backup only after you have made significant changes to a computer’s configuration.

(5)

Continue…

How to Start a System Image Backup from the Command Line

The simplest way to initiate a System Image backup is to follow the

prompts in the Backup And Restore Center.

For example, to initiate a System Image backup of the C drive to the L

drive, you can run the following command line from an elevated command prompt.

 Wbadmin start backup –backupTarget:L: -include:C: -quiet

1

How to Start a System Image Backup from the Command Line

The simplest way to initiate a System Image backup is to follow the

prompts in the Backup And Restore Center.

For example, to initiate a System Image backup of the C drive to the L

drive, you can run the following command line from an elevated command prompt.

 Wbadmin start backup –backupTarget:L: -include:C: -quiet

(6)

System Image Backup Structure

System Image backups use a similar folder structure to file backups. When you create a System Image backup, Windows creates a

WindowsImageBackup folder in the root of the backup media.

Within that folder, it creates a folder with the current computer’s

name.

It then creates a Catalog folder containing the Global Catalog and

Backup Global Catalog files and a “Backup

<year>-<month>-<date> <time>” folder containing the disk image file.

2,3

System Image backups use a similar folder structure to file backups. When you create a System Image backup, Windows creates a

WindowsImageBackup folder in the root of the backup media.

Within that folder, it creates a folder with the current computer’s

name.

It then creates a Catalog folder containing the Global Catalog and

Backup Global Catalog files and a “Backup

<year>-<month>-<date> <time>” folder containing the disk image file.

(7)

How to Manage Backup Using Group Policy Settings

Group Policy is the central component of the Change and

Configuration Management features of the Microsoft®

Group Policy specifies settings for groups of users and of computers,

including registry-based policy settings,  security settings

 software installation  Scripts

 folder redirection

4

Group Policy is the central component of the Change and

Configuration Management features of the Microsoft®

Group Policy specifies settings for groups of users and of computers,

including registry-based policy settings,  security settings

 software installation  Scripts

 folder redirection

(8)

Continue...

You can use Group Policy to manage Windows Backup options in an

enterprise environment.

The policy settings for Windows Backup are both user and computer

settings.

The user- specific settings are client-only settings and are found in the

following location:

User Configuration\Policies\Administrative Templates\Windows

Components\Backup\Client

You can use Group Policy to manage Windows Backup options in an

enterprise environment.

The policy settings for Windows Backup are both user and computer

settings.

The user- specific settings are client-only settings and are found in the

following location:

User Configuration\Policies\Administrative Templates\Windows

(9)

Continue…

The computer settings are for both the client and the server and are

found in the following locations:

Computer Configuration\Policies\Administrative

Templates\Windows Components\Backup\Client

Computer Configuration\Administrative

Templates\Windows Components\Backup\Server

The computer settings are for both the client and the server and are

found in the following locations:

Computer Configuration\Policies\Administrative

Templates\Windows Components\Backup\Client

Computer Configuration\Administrative

(10)
(11)

How Volume Shadow Copy Works

To provide backups for files that are in use, Windows 7 uses the Volume

Shadow Copy service, which was first introduced with Windows XP.

Volume Shadow Copy mitigates file access between applications and

the backup process. In other words, if a backup tool needs to access a file currently in use, Volume Shadow Copy creates a shadow copy of that file and then provides the backup process access to the

shadow copy.

To provide backups for files that are in use, Windows 7 uses the Volume

Shadow Copy service, which was first introduced with Windows XP.

Volume Shadow Copy mitigates file access between applications and

the backup process. In other words, if a backup tool needs to access a file currently in use, Volume Shadow Copy creates a shadow copy of that file and then provides the backup process access to the

(12)
(13)

Continue…

Volume Shadow Copy works with any application.

Some applications, however, can communicate directly with the

Volume Shadow Copy service to ensure that backed-up files are consistent.

If an application keeps several files in use at the same

time, they might become inconsistent if two files must be

synchronized and one of those files is updated after another is backed up in an earlier state.

Volume Shadow Copy works with any application.

Some applications, however, can communicate directly with the

Volume Shadow Copy service to ensure that backed-up files are consistent.

If an application keeps several files in use at the same

time, they might become inconsistent if two files must be

synchronized and one of those files is updated after another is backed up in an earlier state.

(14)

Continue…

To provide backup access to a file that is open and being

updated, Volume Shadow Copy needs to be able to make two versions of the file accessible:

 one that is currently in use by the application  and a second that is a snapshot of the file when

backup first requested access to a volume shadow copy volume

Shadow Copy handles this transparently by storing copies of changed files in Volume Shadow Copy storage.

Volume Shadow Copy stores a copy of the original state of any

modified portion of a file, which allows the original file to be updated without interrupting the backup process.

To provide backup access to a file that is open and being

updated, Volume Shadow Copy needs to be able to make two versions of the file accessible:

 one that is currently in use by the application  and a second that is a snapshot of the file when

backup first requested access to a volume shadow copy volume

Shadow Copy handles this transparently by storing copies of changed files in Volume Shadow Copy storage.

Volume Shadow Copy stores a copy of the original state of any

modified portion of a file, which allows the original file to be updated without interrupting the backup process.

(15)

MSConfig

Microsoft software utility first introduced with Windows 98 and included

with all later versions of Windows that enables users to configure how their computer starts and what programs or services automatically load each time the computer starts.

Users running these versions of Windows can open msconfig by

following the below steps.

 Click the Start orb in the Start Search Type msconfig and press enter,

once done you should see the System Configuration Utility window

Microsoft software utility first introduced with Windows 98 and included

with all later versions of Windows that enables users to configure how their computer starts and what programs or services automatically load each time the computer starts.

Users running these versions of Windows can open msconfig by

following the below steps.

 Click the Start orb in the Start Search Type msconfig and press enter,

(16)
(17)

Continue…

The General tab is the default tab in the System configuration and

shows how the computer will start

by default Normal startup should be selected. If you've changed any

of the settings in the Boot tab or disabled any programs or services from starting up the Selective startup will be selected.

If Selective startup is enabled and startup programs or services have

been disabled, a notice will appear when the computer first starts letting you know that Selective startup is enabled.

5

The General tab is the default tab in the System configuration and

shows how the computer will start

by default Normal startup should be selected. If you've changed any

of the settings in the Boot tab or disabled any programs or services from starting up the Selective startup will be selected.

If Selective startup is enabled and startup programs or services have

been disabled, a notice will appear when the computer first starts letting you know that Selective startup is enabled.

(18)

Quick guide references :

1. http://www.howtogeek.com/192115/what-you-need-to-know-about-creating-system-image-backups/ 2. http://www.howtogeek.com/125704/how-to-extract-individual-files-from-a-windows-7-system-image-backup/ 3. http://www.sysprobs.com/restore-files-folders-windows-7-system-image-backup 4. http://www.thewindowsclub.com/backup-group-policy-objects 5. http://www.online-tech-tips.com/cool-websites/guide-to-msconfig-windows/ 1. http://www.howtogeek.com/192115/what-you-need-to-know-about-creating-system-image-backups/ 2. http://www.howtogeek.com/125704/how-to-extract-individual-files-from-a-windows-7-system-image-backup/ 3. http://www.sysprobs.com/restore-files-folders-windows-7-system-image-backup 4. http://www.thewindowsclub.com/backup-group-policy-objects 5. http://www.online-tech-tips.com/cool-websites/guide-to-msconfig-windows/

(19)

References

Related documents

 Snapshot Technology - using the Microsoft® Volume Shadow Copy Service in Windows XP and 2003, BackupAssist is able to perform a backup of all open files by taking

CMG-T 2011 CMG-T 2011 – Windows Performance Measurement &amp; Analysis Slide 3.. Class Overview •

This section provides step-by-step procedures for performing backup and recovery of ASM file system using Fujitsu Advanced Copy feature with ETERNUS storage system...

alternate data streams, to cater for non-NTFS backup devices like Linux NAS.. File Replication

Responsibilities: Responsible for overall management of client account; reports to President General Experience: Bachelor’s degree and seven years experience in supervising

• §105(d)(9): Examine the financial reports of health insurers and evaluate the impact of the Healthy Michigan Plan on the cost of uncompensated care as it relates to insurance

Also keep in mind that our Offsite Backup solution includes free backup agents for SQL, MySQL, Shadow Copy, Exchange, Oracle and a number of other services but choosing how

For each volume that is to be backed up, LokkBox OBM will issue a system backup command to backup each volume to a ShadowProtect backup image file (*.spf and *spi file) and save it