ExtractSavesets command

The syntax of the ExtractSavesets command is as follows:

ExtractSavesets <BlobFile> [-o <OutputFolder>] [-n <FileNameTemplate>] [-f <Offset> -s <Size>]

where the parameters are as follows:

BlobFile

Specifies the full path to the data file that contains the blob.

OutputFolder

Specifies the path to the destination folder. By default, EVSVR stores the retrieved files in the reports\evsvr subfolder of the Enterprise Vault program folder (typically C:\Program Files\Enterprise Vault).

FileNameTemplate

Specifies the file naming convention to use for the extracted savesets. If you do not specify a file name template, EVSVR applies the name of the input blob file to the savesets, but without the path or extension.

If you do not specify an offset and size, EVSVR extracts all the savesets from the blob and sequentially names them <FileNameTemplate>_nnn.DVS. If you do specify the size and offset, EVSVR extracts the <size> bytes starting from <offset> into one saveset file that is named <FileNameTemplate>.DVS.

Offset

Specifies the offset in bytes from the start of the blob file from which to start extracting the required saveset. If you specify an offset parameter, you must also specify a size parameter.

Size

Specifies the size in bytes of the data to extract from the blob file. If you specify a size parameter, you must also specify an offset parameter.