Event ID 522 — Backup Set Integrity
Applies To: Windows Server 2008
When you run a backup operation, Windows Server Backup runs checks for consistency and hardware and software corruption to determine the integrity of the backup set.
Event Details
Product: | Windows Operating System |
ID: | 522 |
Source: | Microsoft-Windows-Backup |
Version: | 6.0 |
Symbolic Name: | ADMIN_NO_BACKUP_AVAILABLE_EVENT |
Message: | There is no backup available on target '%1' as backup data is corrupted. Please rerun backup to be able to restore from the target. |
Resolve
Determine if a backup set or metadata are corrupted
If a backup set or metadata are corrupted, you will not be able to use the backup to perform a recovery.
This can occur if:
- The backup storage location has logical file system corruptions.
- The backup storage location has physical hardware corruptions.
If you encounter this problem, you should follow these general steps.
- First, rule out that the problem is not caused by a corrupted disk by running chkdisk /r on the backup storage location. If the disk that you are using as a backup storage location is corrupted, you should replace the disk.
- Next, either change the backup storage location, if needed, and create a new backup—or locate a backup that is not corrupted in another storage location.
- Use the backup to perform a recovery.
- If the recovery fails again, try reformatting the backup storage location, and then repeating steps 1, 2, and 3. If that fails, replace the disk that you are using as a backup storage location.
To create a one-time backup or perform a recovery, you must have membership in Backup Operators or Administrators, or you must have been delegated the appropriate authority. To run chkdsk, you must have memebership in Administrators, or you must have been delegated the appropriate authority.
Find bad clusters using chkdsk
To determine if bad clusters exist on the backup storage location:
- On the computer that contains the backup destination, open a command prompt with elevated privileges. Click Start, point to All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.
- At the prompt, type: chkdsk /r. This command will look for bad sectors on the disk and recover any readable information.
Create a one-time backup using the command line
To create a new backup:
Open an elevated Command Prompt window. Click Start, point to All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.
At the prompt, type: wbadmin start backup. Use parameters, as needed. (To view the parameters and help for this command, at a command line, type: wbadmin start backup /?).
For example, to create a backup that will be stored on drive f, of volumes e:, d:\mountpoint, and \\?\Volume{cc566d14-4410-11d9-9d93-806e6f6e6963}, type: wbadmin start backup -backupTarget:f: -include:e:,d:\mountpoint,\\?\Volume{cc566d14-44a0-11d9-9d93-806e6f6e6963}\.
Perform a recovery
To perform a recovery:
Open an elevated Command Prompt window.. Click Start, point to All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.
At the prompt, type: wbadmin start recovery. Use parameters, as needed. (To view the parameters and help for this command, at a command line, type: wbadmin start backup /?).
For example, to perform a recovery using the backup from March 1, 2005, created at 9:00 A.M. of volume d:, type: wbadmin start recovery -version:03/1/2005-09:00 -itemType:Volume -items:d:.
Verify
To verify that a backup set is complete and will be able to be used for recovery, you should do the following:
- Verify that the backup operation to create the backup set completed with no errors.
- Verify that the global catalog has information about the backup set.
- Verify that the local catalog has information about the backup set.
- Verify that the backup set itself is not corrupted by performing a recovery with the backup set.
To perform these procedures, you must have membership in Backup Operators or Administrators, or you must have been delegated the appropriate authority.
Verify that a backup completed with no errors
To verify that a backup operation completed with no errors:
- Open Event Viewer. Click Start, click Administrative Tools, and then click Event Viewer.
- In the left pane, double-click Applications and Service Logs, double-click Microsoft, double-click Windows, double-click Backup, and then click Operational.
- In the Event ID column, look for event 4.
- For this event, confirm that the the value in the Source column is Backup.
Verify the global catalog
To verify that the global catalog has information about the backup set:
- Open an elevated Command Prompt window. Click Start, point to All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.
- At the prompt, type: wbadmin get versions.
- If the command output shows information about backups, then the global catalog is intact.
Verify the local catalog
To verify that the local catalog has information about the backup set:
- Open an elevated Command Prompt window. Click Start, point to All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.
- At the prompt, type: wbadmin get versions -backuptarget:<VolumeName>.
- If backup versions are listed, then the local backup catalog is not corrupted and is intact.
Verify that a backup works for recovery
To verify that a backup will work for recovery, you should try recovering something from the backup.
Note: Make sure that you do not mistakenly overwrite newer data. To avoid this, you can perform a recovery to a different volume than was backed up as part of the backup set. You will receive a message that any data on the destination volume will be lost when you perform the recovery. Make sure that the destination volume is empty or does not contain information that you will need later.
To perform a recovery:
Open an elevated Command Prompt window. Click Start, point to All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.
At the prompt, type: wbadmin start recovery. Use parameters, as needed. (To view the parameters and help for this command, at a command line, type: wbadmin start recovery /?).
For example, to run a recovery of the backup from March 1, 2005, taken at 9:00 A.M. of the d:\folder and its sub-folders, type: wbadmin start recovery -version:03/1/2005-09:00 -itemType:File -items:d:\folder -recursive.
Review the items that you recovered to make sure that they were recovered as you expected.