FS
Documentation

Backup3G/EWC/User Guide/Defining Windows Backups

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

From Documentation

< Backup3G(Difference between revisions)
Jump to: navigation, search
Revision as of 11:59, 17 April 2006
Moff (Talk | contribs)

← Previous diff
Current revision
Moff (Talk | contribs)
(How to Define a Backup Item)
Line 2: Line 2:
*you define a backup item for each data object to be backed up *you define a backup item for each data object to be backed up
*you define backup jobs to back up one or more items at the scheduled time to a particular drive or drive pool *you define backup jobs to back up one or more items at the scheduled time to a particular drive or drive pool
 +
The main differences are: The main differences are:
*in the backup item you use a Windows specific backup method instead of one of the standard UNIX methods *in the backup item you use a Windows specific backup method instead of one of the standard UNIX methods
*support for Windows Registry backup *support for Windows Registry backup
-*backup items to control starting and stopping Windows services+*support for Windows System State backup
 +*backup items to control starting and stopping Windows services.
 + 
 +:{{Note| Backup on Windows requires the NTCPIO proprietary backup format.}}
-'''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. 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.
Line 14: Line 17:
<br> <br>
== Windows Backup Methods == == 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. 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.
<br> <br>
=== What happens if a step fails === === What happens if a step fails ===
-‘Exit status 2’ usually indicates a usage error in the backup command, such as an unrecognized 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. +‘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.
<br> <br>
 +
=== Controlling Services === === Controlling Services ===
-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. 
-;Backup methods+{| border="1" cellpadding="8" cellspacing="0"
-:start service+|-
-:stop service+|Backup methods
-;Backup command: +|start service<br>stop service
-:service+|-
 +|Backup command
 +|service
 +|}
-Notes+ 
-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.+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 |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.}}
<br> <br>
 +
== Registry Backup == == Registry Backup ==
-Steps+ 
-backup3G performs the following steps when you back up the Windows NT registry using the ‘registry backup’ method.+{| border="1" cellpadding="8" cellspacing="0"
 +|-
 +|Backup method
 +|registry backup
 +|-
 +|Backup command
 +|FSregback
 +|}
 + 
 +<br>
 +backup3G performs the following steps when you back up the Windows registry using the ‘registry backup’ method.
#Dump registry keys to temporary files. #Dump registry keys to temporary files.
#Backup temporary registry files. #Backup temporary registry files.
#Remove temporary files. #Remove temporary files.
 +{{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.}}
-Notes+<br>
-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.+
-;Backup method+== Profile Backup ==
-:registry backup+ 
-;Backup command+{| border="1" cellpadding="8" cellspacing="0"
-:FSregback+|-
 +|Backup method
 +|profile backup
 +|-
 +|Backup command
 +|FSregback
 +|}
<br> <br>
-== Profile Backup == 
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 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. and sub-directories that are used to store the information associated with that user.
 +{{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.}}
-Notes+<br>
-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 ==
 + 
 +{| border="1" cellpadding="8" cellspacing="0"
 +|-
 +|Backup method
 +|system state
 +|-
 +|Backup command
 +|FSsysstate
 +|}
<br> <br>
 +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 |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.}}
 +
 +<br>
 +
== Data Backup == == Data Backup ==
-These methods are used to back up files and directories on Windows NT. 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 NT format (example: C:/) or the POSIX format (Example: //C/). 
-;Backup method: profile backup+{| border="1" cellpadding="8" cellspacing="0"
-;Backup command: FSregback+|-
-;Backup methods: full ntcpio+|Backup methods
-:full ntcpio - MP+|full ntcpio<br><br>differential ntcpio<br><br>selected ntcpio
-:incremental ntcpio+|full ntcpio - MP<br><br>differential ntcpio - MP<br><br>selected ntcpio - MP
-:incr ntcpio - MP+|-
-:selected ntcpio+|Backup command
-:selected ntcpio - MP+|FSntcpio
-;Backup command: FSntcpio+|FSmntcpio
 +|}
-'''Caution -''' If you have an earlier version of EWC installed there will be other Windows NT backup methods available. Be sure to choose the correct methods or the backup will not work. </code>+<br>
 +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'''
-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. 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. This backup will use the NTCPIO format and will keep an online index for quick recovery of files.
-#Select COS/Backup configuration > Maintain backup jobs > Items > Maintain then select Maintain > Add.+ 
-#Accept the default item number.+#Select {{cnav| Backup3G configuration > Tools > Items}} then select {{cnav| Item > Add}}
-#Type in the directory name: C:/Program Files. Alternatively you could have entered the directory name using the POSIX syntax: //C/Program Files.+#Select {{cnav| Backup a Microsoft Windows folder or drive}}
#Select the name of your host machine. You can press choose to see the list of all the available hosts at your site. #Select the name of your host machine. You can press choose to see the list of all the available hosts at your site.
-#Press Choose to display the valid backup methods. Choose full ntcpio.+#Type in the folder name: <tt>C:/Program Files</tt>. Alternatively you could have explored the Windows host for the folder.
-#Set Index to ‘yes’.+#Uncheck ''Multi-part?''.
-#Enter in the Options field: -x “*/*.dll”+#Enter in the ''Exclude pattern(s)'' field: <tt>*/*.dll</tt>
-#Now enter a comment such as “Full backup of Program Files directory”+#The comment will be automatically set to “Full ntcpio backup of C:/Program Files”
#Set On error to ‘abort’. #Set On error to ‘abort’.
 +#Press Accept to add this item.
-Press Accept to add this item.+You can now select this item when defining a step in a backup job.
-You ca n now select this item when defining a step in a backup job.+
<br> <br>
 +
== Defining Windows Backups == == 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. 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.
<br> <br>
=== How to Define a Backup Item === === 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 NT backup methods+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.
-You can use the Options field to pass extra flags and arguments to the backup+ 
-command. To see what options are supported by each method, check the manual+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.
-page for that driver script.+ 
-Windows NT Object Method Name Format Driver Script Index?+ 
-Stop a service service stop N/A service no+{| border="1" cellpadding="8" cellspacing="0"
-Start a service service start N/A service no+|+'''Table 1 - Windows backup methods'''
-Registry backup registry backup ntcpio FSregback yes+|-
-Profile backup profile backup ntcpio FSregback yes+!Windows Object
-Files/Directories full ntcpio+!Method Name
-full ntcpio - MP+!Format
-incremental ntcpio+!Driver Script
-incr ntcpio - MP+!Index?
-selected ntcpio+|-
-selected ntcpio - MP+|Stop a service
-ntcpio FSntcpio yes+|service stop
-36 Defining Windows Backups+|N/A
-Example: the options for the ‘registry backup method’ are described in the FSregback+|service
-manual page.+|no
-Note that these options are not validated when you define the backup item, but are+|-
-simply passed to the backup command to be evaluated at run time.+|Start a service
-To define a backup item+|service start
-#Select backup3G configuration > Maintain backup jobs.+|N/A
-#Select Items > Maintain to display the list of existing backup items,+|service
-then select Maintain > Add.+|no
-Figure 11 — Adding a backup item+|-
-Item Defaults to one more than the current highest item number. You+|Registry backup
-can change it to any unused item number, but it is recommended+|registry backup
-that you accept the default.+|ntcpio
-Object Enter the object to be backed up or acted upon. Ensure that it is+|FSregback
-correct as backup3G doesn’t check that it exists at this point.+|yes
-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+|Profile backup
-separate backup item for each.+|profile backup
-Defining Windows Backups 37+|ntcpio
-Method Press Choose to list the backup methods. The Windows backup+|FSregback
-methods are described in detail in Windows NT Backup Methods on+|yes
-page 31.+|-
-Index Select ‘yes’ if you want an index and the method you chose+|System State backup
-supports an index. An online index makes it easier to select items+|system state backup
-to be restored.+|ntcpio
-Options Enter any optional flags and arguments to be passed to the backup+|FSsysstate
-command at run time.+|no
-You can see what other options this backup method supports by+|-
-checking the man page for the corresponding backup driver script.+|Files/Folders
-Table 1 on page 35 shows what driver script is run by each+|full ntcpio<br><br>differential ntcpio<br><br>selected ntcpio
-Windows backup method.+|ntcpio
-Note Use double quotes around file patterns to ensure that they are parsed+|FSntcpio
-correctly.+|yes
-Comment Enter a descriptive comment.+|-
-On error Should the backup job continue if this step fails? Select ‘continue’+|Files/Folders
-if the job should continue after an error in this step. Select ‘abort’+|full ntcpio - MP<br><br>differential ntcpio - MP<br><br>selected ntcpio - MP
-if the job should not continue.+|ntcpio
-Press Accept to save this item.+|FSmntcpio
 +|yes
 +|}
 + 
 + 
 +'''To define a backup item'''
 + 
 +#Select {{cnav| Backup3G configuration > Tools > Items}}
 +#Select {{cnav| 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.
 +#Press Accept to save this item.
<br> <br>
-== [[Recovery for Windows]] ==+ 
 +== [[Backup3G/EWC/User Guide/Recovery for Windows|Recovery for Windows]] ==

Current revision

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