Start-VBRQuickBackup
Short Description
Performs quick backup.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Start-VBRQuickBackup -VM <IVmItem[]> [-Wait] [<CommonParameters>] |
Detailed Description
This cmdlet starts quick backup for a selected VMs.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
VM | Specifies the array of VMs for which you want to perform the QuickBackup. You can add VMware or Hyper-V VMs. | Accepts the following objects:
To get these objects, run the following cmdlets: | True | Named | True (ByValue, |
Wait | Defines that the command waits for the process to complete before accepting more input. | SwitchParameter | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Starting QuickBackup for Single VM
This example shows how to start quick backup for the SQL_Database VM.
Perform the following steps:
|
Example 2. Starting QuickBackup for Group of VMs
This example shows how to start quick backup for a group of VMs.
Perform the following steps:
|
Related Commands