Viewing Backup Schedule
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:
- <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 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 |
or
user@srv01:~$ veeamconfig schedule show --jobid 4849a3ae-1935-4969-98a3-d8acd2f6c73f |
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 |