Adds a convert to virtual stage to a backup definition in Backup Exec.
Adds a convert to virtual stage to a backup definition in Backup
Exec.
You can add a convert to virtual stage to a new backup definition
or edit a backup definition.
To add a convert to virtual stage to a new backup definition, use
Add-BEConvertToVirtualStageBackupTask and
To edit a backup definition and add a convert to virtual stage, use
Add-BEConvertToVirtualStageBackupTask and
When you create or edit a backup definition, the backup definition
must be passed to
Specifies the backup definition to modify.
Required | true |
Position | Named |
Accepts pipeline input | true (ByValue) |
Accepts wildcard characters | false |
Specifies the name of the convert to virtual stage.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Creates a backup job with the simultaneous conversion to a virtual machine.
Required | true |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Creates a backup job and runs the conversion to virtual machine immediately after the backup.
Required | true |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies the backup source in the backup definition for the
convert to a virtual machine.
The valid values are:
AllBackups
MostRecentFullBackup
Required | true |
Position | 0 |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies the time and frequency that you want to run the job.
See
Required | true |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies the virtual environment to create the virtual machine.
See
Required | true |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies the name of the virtual machine to create.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Overwrites an existing virtual machine with the same name if it
already exists.
The valid values are:
$true
$false
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies the amount of RAM in MB for the virtual machine.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies the number of CPUs for the virtual machine.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Submits the job with an on-hold status.
The valid values are:
$true
$false
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
For more information about common parameters, type "Get-Help about_commonparameters".
You can pipe a Backup Exec backup definition object to Add-BEConvertToVirtualStageBackupTask.
The backup definition that has been modified.
These commands create a backup definition that has a convert to virtual stage that creates a virtual machine on a Hyper-V server simultaneously with a backup job.
These commands create a backup definition that has a convert to virtual stage that creates a virtual machine in a VMware vCenter from any of the backup jobs every weekday at 10pm.