--- title: "Export-VBRBackup (obsolete)" description: "Exports a backup or restore point files to a selected folder. This cmdlet is obsolete. Run the Copy-Item cmdlet instead. Platform: VMware, Hyper-V Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet provides th" canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/export-vbrbackup.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Obsolete Cmdlets > Export-VBRBackup (obsolete)" dateModified: "2026-08-19" --- # Export-VBRBackup ## Short Description Exports a backup or restore point files to a selected folder. ::: note This cmdlet is obsolete. Run the [`Copy-Item`](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/copy-item?view=powershell-7) cmdlet instead. ::: **Platform**: VMware, Hyper-V **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
Backup
Oib
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Backup |
Specifies the backup file you want to export. Accepts the |
|
True |
0 |
False |
|
Dir |
Specifies the path to the folder where you want to copy the files to. |
|
True |
1 |
False |
|
RestorePoint |
Specifies the job object (i.e. a VM) for which you want to export the backup files. Accepts the |
|
True |
0 |
False |