Creating Active Full Backup in CLI

In Veeam Agent command line interface, you can manually start a backup job to create an active full backup. To perform active full backup, you must configure a backup job first.

To start active full backup, use the following command:

veeamconfig job start --name <job_name> --activefull

or

veeamconfig job start --id <job_id> --activefull

where:

  • <job_name> — name of the backup job that you want to start to create an active full backup.
  • <job_id> — ID of the backup job that you want to start to create an active full backup.

For example:

$ veeamconfig job start --name SystemBackup --activefull
Backup job has been started.
Session ID: [{ce864e24-8211-4df7-973a-741adce96fe7}].
Logs stored in: [/var/log/veeam/Backup/SystemBackup/Session_20180611_150046_{ce864e24-8211-4df7-973a-741adce96fe7}].

You can view the progress for the active full backup session in the same way as for any other backup job session. In particular, 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 an active full backup job while another backup job is running, Veeam Agent will perform the active full backup immediately after the current job is completed. For details, see Job Queue.

Related Topics

Active Full Backup