FS
Documentation

Backup3G/EWC/User Guide/Defining Windows Backups

This page was last modified 08:09, 21 February 2008.

From Documentation

Jump to: navigation, search

EWC backups are configured the same as other backup jobs:


The main differences are:

Note
Note
Backup on Windows requires the NTCPIO proprietary backup format.


This guide describes the ways you can back up Windows filesystems, the Registry, how to control services and how to define backup items. Defining, scheduling, and monitoring backup jobs are described in the backup3G User Guide.


Contents

Windows Backup Methods

This topic describes the different methods for backing up Windows data. The backup facilities provided include starting and stopping services (some data cannot be backed up unless it’s associated service has been shutdown), backing up the registry, user profiles, files and directories.


What happens if a step fails

‘Exit status 2’ usually indicates a usage error in the backup command, such as an unrecognised option or an incorrect number of arguments. Other exit statuses are dependent on the backup method—check the manual page for the command that reported the error.

Any previous steps that wrote to the tape and completed successfully may be restored from, but depending on the type of backup may not be worth recovering. The System Administrator should examine the reason for failure and the type of object in the successful backup steps to see whether they can be usefully recovered.


Controlling Services

Backup methods start service
stop service
Backup command service


Some services have files permanently open and/or write to files while they are running. Sometimes these type of services must be shutdown before their associated files can be backed up. EWC provides methods for starting and stopping Windows services. The definition of these methods is straight forward, enter the name of the service to be started or stopped in the Object field.

Note
Note
You will need to order the backup items in the backup job so that the services are stopped before their associated data is backed up. You will also need to define a backup item to restart the service on completion of the backup.


Registry Backup

Backup method registry backup
Backup command FSregback


backup3G performs the following steps when you back up the Windows registry using the ‘registry backup’ method.

  1. Dump registry keys to temporary files.
  2. Backup temporary registry files.
  3. Remove temporary files.
Note
Note
Only the registry keys that are not dynamic or hardware dependent are backed up. These are the keys under HKEY_LOCAL_MACHINE, excluding the HARDWARE key.


Profile Backup

Backup method profile backup
Backup command FSregback


The profile backup method is used to back up user profiles. These are the configuration and desktop settings associated with a particular user. This information is usually stored in a directory with the same name as the user. The directory contains files and sub-directories that are used to store the information associated with that user.

Note
Note
Certain profile files cannot be backed up if the associated user is logged in. All users should be logged out before performing a profile backup. The profile backup uses the NTCPIO format and files are backed up using absolute references.


System State Backup

Backup method system state
Backup command FSsysstate


The profile backup method is used to back up user profiles. These are the configuration and desktop settings associated with a particular user. This information is usually stored in a directory with the same name as the user. The directory contains files and sub-directories that are used to store the information associated with that user.

Note
Note
Certain profile files cannot be backed up if the associated user is logged in. All users should be logged out before performing a profile backup. The profile backup uses the NTCPIO format and files are backed up using absolute references.


Data Backup

Backup methods full ntcpio

differential ntcpio

selected ntcpio
full ntcpio - MP

differential ntcpio - MP

selected ntcpio - MP
Backup command FSntcpio FSmntcpio


These methods are used to back up files and directories on Windows. These methods can be used on both NTFS and FAT filesystems. Objects or directories to be backed up can be specified using either the Windows format (example: C:/) or the POSIX format (Example: //C/).


Example: back up “Program Files” directory

Define an item to back up the Program Files directory on a Windows host. Exclude any dll files from the backup.

This backup will use the NTCPIO format and will keep an online index for quick recovery of files.

  1. Select Backup3G configuration > Tools > Items then select Item > Add
  2. Select Backup a Microsoft Windows folder or drive
  3. Select the name of your host machine. You can press choose to see the list of all the available hosts at your site.
  4. Type in the folder name: C:/Program Files. Alternatively you could have explored the Windows host for the folder.
  5. Uncheck Multi-part?.
  6. Enter in the Exclude pattern(s) field: */*.dll
  7. The comment will be automatically set to “Full ntcpio backup of C:/Program Files”
  8. Set On error to ‘abort’.
  9. Press Accept to add this item.

You can now select this item when defining a step in a backup job.


Defining Windows Backups

You must define a backup item for each type of backup that you want to perform. Once you have defined all your backup items, you must define a set of backup jobs to back up these items at the scheduled times.


How to Define a Backup Item

A backup item describes the ‘what’ and ‘how’ of a backup. It identifies the host name, the object and the method that will be used to back it up.

Each backup method calls a driver script to back up the data. Table 1 shows the backup command and other attributes for each Windows backup method.


Table 1 - Windows backup methods
Windows Object Method Name Format Driver Script Index?
Stop a service service stop N/A service no
Start a service service start N/A service no
Registry backup registry backup ntcpio FSregback yes
Profile backup profile backup ntcpio FSregback yes
System State backup system state backup ntcpio FSsysstate no
Files/Folders full ntcpio

differential ntcpio

selected ntcpio
ntcpio FSntcpio yes
Files/Folders full ntcpio - MP

differential ntcpio - MP

selected ntcpio - MP
ntcpio FSmntcpio yes


To define a backup item

  1. Select Backup3G configuration > Tools > Items
  2. Select Item > Add
    Host
    Select the host on which the item is to be performed. If you want to perform the same item on multiple hosts, you must define a separate backup item for each.
    Folder
    Enter the folder or object to be backed up or acted upon. Ensure that it is correct as backup3G doesn’t check that it exists at this point.
    Backup type
    Select Full or Differential
    Index
    Select ‘yes’ if you want an index and the method you chose supports an index. An online index makes it easier to select items to be restored.
    Other options are available dependant on the backup method chosen.
    Comment
    A descriptive comment will be automatically set. You can change this if you wish
    On error
    Should the backup job continue if this step fails? Select ‘continue’ if the job should continue after an error in this step. Select ‘abort’ if the job should not continue.
  3. Press Accept to save this item.


Recovery for Windows