Viewing Health Check Schedule
To view the health check schedule defined for a backup job, use the following command:
veeamconfig healthcheck show --jobid <job_id> |
or
veeamconfig healthcheck show --jobname <job_name> |
where:
- <job_id> — ID of the backup job for which you want to configure health check schedule. You should look up the backup job ID before you run the command to view the schedule — 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 configure the health check schedule.
TIP |
If the name of the job consists of several words and contains spaces, use quote marks around the name — for example, --jobName "Files Backup". |
Veeam Agent for Linux displays the following information about the health check schedule:
Parameter | Description |
---|---|
Every <value> | Days on which the backup job runs the health check — for example, Every last Fri of every month. |
Run health-check automatically | State of the backup health check schedule. Possible values:
|
For example:
user@srv01:~$ veeamconfig healthcheck show --jobname SystemBackup |