Enabling Active Full Backup Schedule

After you specify active full backup schedule settings for the backup job, Veeam Agent automatically enables active full backup schedule for the job. You can also enable active full backup schedule manually, for example, if you previously disabled it for the backup job. 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 job for which you want to enable the active full backup schedule. You should look up the job ID in advance, for example, with the veeamconfig job list command. To learn more, see Viewing List of Backup Jobs.
  • <job_name> — name of the backup job for which you want to enable the active full backup schedule.

For example:

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

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