Start-VSBJob (obsolete)
Short Description
Starts a created SureBackup job.
Note |
|
This cmdlet is obsolete. Run the |
Platform: VMware, Hyper-V
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Start-VSBJob [[-Job] <CSbJob[]>] [-RunAsync] [<CommonParameters>] |
Detailed Description
This cmdlet allows you to start a created SureBackup job.
When you create a job, you need to run it manually unless you enable a job schedule. Run the Set-VSBJobScheduleModifies SureBackup job schedule options. This cmdlet is obsolete. The cmdlet will still work but may not be supported in further versions. cmdlet to schedule the SureBackup job to run automatically.
Run the Stop-VSBJobStops running SureBackup job. This cmdlet is obsolete. Run the Stop-VBRSureBackupJob cmdlet instead. cmdlet to stop a running SureBackup job.
Run the Start-VBRJobStarts a backup or replication job. cmdlet to start a backup, replication or copy job.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Job |
Specifies the array of the SureBackup jobs. The cmdlet will start these jobs.
Accepts the |
|
False |
0 |
True (ByPropertyName, ByValue) |
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Starting Selected SureBackup Jobs [Using Pipeline]
|
This example shows how to start the
Perform the following steps:
|
Example 2. Starting Selected SureBackup Jobs [Using Variable]
|
This example shows how to start the
Perform the following steps:
|
Related Commands
Get-VSBJobReturns SureBackup jobs. This cmdlet is obsolete. Run the Get-VBRSureBackupJob cmdlet instead.