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

Enabling Backup Schedule

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

veeamconfig schedule enable --jobid <job_id>

or

veeamconfig schedule enable --jobname <job_name>

where:

  • <job_id> — ID of the backup job for which you want to enable the 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 schedule.

For example:

user@srv01:~$ veeamconfig schedule enable --jobid 4849a3ae-1935-4969-98a3-d8acd2f6c73f

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