Disabling Backup Schedule
To disable the schedule for the backup job, use the following command:
veeamconfig schedule disable --jobid <job_id> |
or
veeamconfig schedule disable --jobname <job_name> |
where:
- <job_id> — ID of the backup job for which you want to disable the schedule.
- <job_name> — name of the backup job for which you want to disable the schedule.
For example:
user@srv01:~$ veeamconfig schedule disable --jobid 4849a3ae-1935-4969-98a3-d8acd2f6c73f |