Start-VBRConfigurationBackupJob
Short Description
Starts the configuration backup job.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Start-VBRConfigurationBackupJob [-RunAsync] [<CommonParameters>] |
Detailed Description
This cmdlet starts the configuration backup job.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept |
|---|---|---|---|---|---|
|
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
Examples
Starting Configuration Backup Job in RunAsync Mode
This command starts the configuration backup job in the RunAsync mode.
|
Start-VBRConfigurationBackupJob -RunAsync |