This is an archive version of the document. To get the most up-to-date information, see the current version.

Enabling Active Full Backup Schedule

After you specify active full backup schedule settings for the backup policy, Veeam Agent automatically enables active full backup schedule for the policy. You can also enable active full backup schedule manually, for example, if you previously disabled it for the backup policy. To enable active full backup schedule, use the following command:

veeamconfig schedule activefull enable --jobid <job_id>

or

veeamconfig schedule activefull enable --jobname <job_name>

where:

  • <job_id> — ID of the backup policy for which you want to enable the active full backup schedule. You should look up the policy ID in advance, for example, with the veeamconfig policy list command. To learn more, see Viewing List of Backup Policies.
  • <job_name> — name of the backup policy for which you want to enable the active full backup schedule.

For example:

user@wrk01:~$ veeamconfig schedule activefull enable --jobname DailyBackup

You can disable the schedule for the policy at any time. To learn more, see Disabling Backup Schedule.