Starting Backup Job in Command Line Interface
You can start a backup job with the command line interface. When you start a backup job, Veeam Agent initiates a new backup job session and provides you with a Session ID. You can monitor the progress of the backup job session or view the session status.To start a backup job, use the following command:
or
where:
- <job_name> — name of the backup job that you want to start.
- <job_id> — ID of the backup job that you want to start.
TIP |
You can use the veeamconfig job start command with the --activefull option to create active full backups. To learn more, see Creating Active Full Backups in Command Line Interface. |
For example:
$ veeamconfig job start --name SystemBackup |
Veeam Agent will start the backup job. You can check the backup job session status or view the backup job session log using the Veeam Agent command line interface.
If you start the backup job while another backup job is running, Veeam Agent will perform the backup job immediately after the current job is completed. For details, see Job Queue.
$ veeamconfig job start --name DailyBackup |
$ veeamconfig session list DailyBackup Backup {10e8c599-b2aa-4008-89d9-af9b6e04aeba} Pending |
Note |
Consider the following about job queue:
|