Start-VBRJob
Short Description
Starts a backup or replication job.
Platform: VMware, Hyper-V, file shares, object storage
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Start-VBRJob [-Job] <CBackupJob[]> [-Object <CObjectInJob[]>] [-FullBackup] [-RetryBackup] [-StartChainedJobs] [-RunAsync] [-Force] [<CommonParameters>] |
Detailed Description
This cmdlet allows you to start a created or stopped job. You can start a backup, replication or tape job.
This cmdlet allows you to start a job for an ordinary run, force a full backup, or set the job to restart in case it failed.
When you create a job, you need to run it manually unless you enable a job schedule. Run the Set-VBRJobScheduleModifies job schedule. cmdlet to schedule the job to run automatically.
Run the Stop-VBRJobStops a running backup, replication or copy job. cmdlet to stop a running job.
Run the Enable-VBRJobEnables a disabled job. cmdlet to enable a disabled job.
Run the Sync-VBRBackupCopyJobStarts a backup copy job. cmdlet to start a backup copy job.
Run the Start-VBRComputerBackupJobStarts Veeam Agent backup jobs and Veeam Agent backup policies. cmdlet to start Veeam Agent backup jobs and Veeam Agent backup policies.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Force |
Defines that the cmdlet will start a job without showing warnings in the PowerShell console. |
|
False |
Named |
False |
|
FullBackup |
Defines that the job will create an active full backup. |
|
False |
Named |
False |
|
Job |
Specifies the array of jobs you want to start.
Accepts the |
|
True |
0 |
True (ByPropertyName, ByValue) |
|
Object |
Specifies an array of job objects (VMs and VM containers). The cmdlet will start jobs with these objects.
Accepts the |
|
False |
Named |
False |
|
RetryBackup |
Defines that Veeam Backup & Replication will restart the job in case it fails. |
|
False |
Named |
False |
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
|
False |
Named |
False |
|
StartChainedJobs |
Defines that Veeam Backup & Replication will start jobs that are scheduled to run after this job. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Starting Specific Job [Using Pipeline]
|
This example shows how to start the
Perform the following steps:
|
Example 2. Starting Cloud Backup Job [Using Pipeline]
|
This example shows how to start a Cloud backup job right after it the job is created. The
Perform the following steps:
|
Example 3. Performing Full Backup [Using Pipeline]
|
This example shows how to perform a full backup for the
Perform the following steps:
|
Example 4. Restarting Failed Job [Using Variable]
|
This example shows how to restart a failed job represented by the
Perform the following steps:
|
Related Commands
Get-VBRJobReturns existing jobs.Add-VBRvCloudAdds a Cloud Director server to Veeam Backup & Replication.Add-VBRvCloudJobCreates a Cloud Director backup job.