Disabling Active Full Backup Schedule
To disable the active full backup schedule for the backup job, use the following command:
| veeamconfig schedule activefull disable --jobid <job_id> | 
or
| veeamconfig schedule activefull disable --jobname <job_name> | 
where:
- <job_id> — ID of the backup job for which you want to disable the active full backup schedule.
- <job_name> — name of the backup job for which you want to disable the active full backup schedule.
For example:
| user@srv01:~$ veeamconfig schedule activefull disable --jobname DailyBackup |