Restore-VBRUnstructuredBackupFLRItem
Short Description
Restores objects backed up by file backup jobs or object storage backup jobs to original file shares or object storage.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Restore-VBRUnstructuredBackupFLRItem -Item <VBRUnstructuredBackupFLRItem[]> [-ChangedItemsOnly] [-Overwrite] [-RunAsync] [<CommonParameters>] |
Detailed Description
This cmdlet restores specific files and folders backed up by file backup jobs or object storage backup jobs. The cmdlet will restore files and folders to original file shares or object storage.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Item | Specifies an array of backed-up objects. The cmdlet will restore these objects to the original file share or object storage. | Accepts the VBRUnstructuredBackupFLRItem[] object. To get this object, run the Get-VBRUnstructuredBackupFLRItemVersion cmdlet. | True | Named | True (ByValue, ByPropertyName) |
ChangedItemsOnly | Defines whether to restore changed files and folders only. | SwitchParameter | False | Named | False |
Overwrite | Defines that the cmdlet will overwrite an existing object with the restored one. If you provide this parameter, the cmdlet will overwrite an existing object on the file share or object storage server with the version of an object from a backup. Otherwise, an existing object will not be overwritten. | SwitchParameter | False | Named | False |
RunAsync | Defines that the command returns immediately without waiting for the task to complete. | SwitchParameter | 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 VBRUnstructuredBackupFLRItem object that contains information on backed-up objects that have been restored to original file shares or object storage.
Examples
Example 1. Restoring all Versions of Objects to File Share
This example shows how to restore specific versions of files and folders to the original file share. Veeam Backup & Replication will not overwrite files and folders that are already added to a file share with versions of these files and folders from a backup.
Perform the following steps:
|
Example 2. Restoring Specific Restore Point of Objects to File Share
This example shows how to restore files and folders to the specific restore point.Veeam Backup & Replication will overwrite files and folders that are already added to a file share with versions of these files and folders from a backup.
Perform the following steps:
|
Related Commands