Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.53 KB

storage-import-export-backing-up-drive-manifests.md

File metadata and controls

27 lines (22 loc) · 1.53 KB
title description author manager editor services documentationcenter ms.assetid ms.service ms.workload ms.tgt_pltfrm ms.devlang ms.topic ms.date ms.author
Backing up Azure Import/Export drive manifests | MicrosoftDocs
Learn how to have your drive manifests for the Microsoft Azure Import/Export service backed-up automatically.
renashahmsft
aungoo
tysonn
storage
594abd80-b834-4077-a474-d8a0f4b7928a
storage
storage
na
na
article
12/16/2016
renash

Backing Up Drive Manifests

Drive manifests can be automatically backed-up to blobs by setting the BackupDriveManifest property to true in the Put Job or Update Job Properties operations. By default the drive manifests are not backed up. The drive manifest backups are stored as block blobs in a container within the storage account associated with the job. By default, the container name is waimportexport, but you can specify a different name in the DiagnosticsPath property when calling the Put Job or Update Job Properties operations. The backup manifest blob are named in the following format: waies/jobname_driveid_timestamp_manifest.xml.

You can retrieve the URI of the backup drive manifests for a job by calling the Get Job operation. The blob URI is returned in the ManifestUri property for each drive.

See Also

Using the Import/Export service REST API