Convert-VBRNASBackupStorageFormat
Short Description
Converts format of baskets used for storing backups created with file backup and file backup copy jobs.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Convert-VBRNASBackupStorageFormat -Job <CBackupJob[]> [-RunAsync] [-BasketType {Automatic | SingleFileBasket | Classic}] [<CommonParameters>] |
Detailed Description
The cmdlet converts format of baskets used for storing backups created with file backup and file backup copy jobs.
File share backups can be stored either in baskets containing up to 16 standard blob files each up to 64 MB in size, or in single file baskets containing one file up to 1 GB in size. To provide better performance, it is recommended to convert backups that are stored on HPE StoreOnce storage appliances and Dell Data Domain storage systems into the single file basket format.
Note |
Consider the following:
|
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Job | Specifies an array of file backup jobs or file backup copy jobs. The cmdlet will convert backups created by these jobs into the specified format. | Accepts the CBackupJob[] object. To get this object, run the Get-VBRUnstructuredBackupJob or Get-VBRUnstructuredBackupCopyJob cmdlet. | True | Named | True (ByValue, ByPropertyName) |
RunAsync | Defines that the command returns immediately without waiting for the task to complete. | SwitchParameter | False | Named | False |
BasketType | Specifies a basket type into which file share backups will be converted. You can specify either of the following values:
If you do not specify this parameter, the cmdlet will use the Automatic setting for conversion by default. | Accepts the VBRBasketType type. | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the result of the conversion.
Examples
Example 1. Converting File Share Backup into Single File Basket Format
This example shows how to convert backups created by a file backup job into the single file basket format.
Perform the following steps:
|
Example 2. Converting File Share Backup Copy into Classic Basket Format
This example shows how to convert backups created by a file backup job into the classic basket format.
Perform the following steps:
|
Related Commands