Viewing Backup Schedule

To view the schedule defined for the backup job, use the following command:

veeamconfig schedule show --jobid <job_id>

or

veeamconfig schedule show --jobname <job_name>

where:

  • <job_id> — ID of the backup job for which you want to view the schedule.
  • <job_name> — name of the backup job for which you want to view the schedule.

Veeam Agent for Mac displays the following information about the backup job schedule:

Parameter

Description

Days

Days/months on which the backup job runs automatically.

At

Time of day when the backup job starts automatically.

Run automatically

State of backup schedule. Possible values:

  • Enabled
  • Disabled

For example:

user@wrk01:~$ veeamconfig schedule show --jobid 4849a3ae-1935-4969-98a3-d8acd2f6c73f
Every Sun, Mon, Tue, Wed, Thu, Fri, Sat
At: 20:00
Run automatically: enabled

or

user@wrk01:~$ veeamconfig schedule show --jobname DailyBackup
Every first Sat of Jan, Jul
At: 22:00
Run automatically: enabled