Viewing Backup Schedule

Starting from version 4.1, you can view the schedule for a specific backup job or for all backup jobs configured in Veeam Agent.

Viewing Schedule for Specific Backup Job

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:

Veeam Agent will display the details and the status (enabled or disabled) of the job schedule — for example:

user@srv01:~$ veeamconfig schedule show --jobid 4849a3ae-1935-4969-98a3-d8acd2f6c73f
Days: Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday
At: 20:00
Run automatically: enabled

or

user@srv01:~$ veeamconfig schedule show --jobid 4849a3ae-1935-4969-98a3-d8acd2f6c73f
Every 12 hours
Run automatically: enabled

 

Viewing Schedules for All Backup Jobs

To view the schedules of all the backup jobs configured in Veeam Agent, use the following command:

veeamconfig schedule show

Veeam Agent will display the details and the status (enabled or disabled) of the schedules for all the backup jobs configured in Veeam Agent — for example:

user@srv01:~$ veeamconfig schedule show

Name          ID                                      Status    Schedule

SystemBackup  {aa98ae2f-4db5-425b-9edc-9d31494fd69c}  enabled   Days: Sunday, Wednesday;    At: 21:00

DailyBackup   {fb013f09-9c81-4fef-8627-fbdbc233ac9c}  enabled   Every day;    At: 20:00