Restore Data Using a Map File

Topics | How To | Support | Related Topics


Overview

How to Perform a Map File Restore

Specifications for the Map File

Best Practices

License Requirements


Overview

In-place and out-of-place restore options provide the ability to restore all of the selected data to one specific destination. Using a map file allows you to restore individual files and folders to different locations.

The map file contains a list of files to be restored, with their corresponding restore paths. In addition, you can also specify whether the files that were selected for restore during the browse operation, but not specified in the map file, should be restored to the selected restore destination.

Consider the following examples:

The map file restore options are also supported by Restore by Jobs and restores from the command line.


How to Perform a Map File Restore

The following section provides the steps for restoring data using a map file:

  1. Create the map file. See Specifications for the Map File for information on creating the map file.
  2. Run a restore operation. See Restore Data Using a Map File or Restore NAS Data Using a Map File for step-by-step instructions.

Specifications for the Map File

The following sections describe the properties and format of the map file.

Map File Type

The map file should be a text file, in the CSV (Comma Separated Value) format.

 

Map File Format

The format of the mapping should be as follows:

"<source path>","<destination path>"

For example:

"C:\dir1\file1.txt","E:\dir2\file1.txt"
 

Map File Contents

The map files can be used to provide the following:

 

Map File Location

 

Adding Files and Folders with Unicode Characters

If the path or the filename contains Unicode characters, the map file must be converted to a format that can be used by the restore operation. This can be done using the cvconvertunicode utility. For a detailed explanation on how to use this tool, see Unicode Conversion Utility.

 

Points to Remember While Creating the Map File

Consider the following while creating a map file:


Best Practices

Consider the following while restoring data using a map file:


License Requirements

This feature requires a Feature License to be available in the CommServe® Server.

Review general license requirements included in License Administration. Also, View All Licenses provides step-by-step instructions on how to view the license information.

Back to Top