Skip to content
This repository was archived by the owner on Mar 21, 2026. It is now read-only.

Added support Veeam Endpoint backup jobs to Windows agent plugin.#5

Open
ypid wants to merge 1 commit into
ypid-bot:masterfrom
ypid:feature/veeam_backup_status.ps1/VBREPJob
Open

Added support Veeam Endpoint backup jobs to Windows agent plugin.#5
ypid wants to merge 1 commit into
ypid-bot:masterfrom
ypid:feature/veeam_backup_status.ps1/VBREPJob

Conversation

@ypid

@ypid ypid commented Apr 29, 2016

Copy link
Copy Markdown

Example output of Get-VBREPJob:

RepositoryId : fa137044-0e1f-11e6-86b3-a77f5f0d70f0
ObjectsCount : 1
IsEnabled    : True
NextRun      : 26.09.2015 22:00:00
Target       : $target
Type         : EndpointBackup
LastResult   : Success
LastState    : Stopped
Id           : ef13e0b6-0e1f-11e6-842a-07b51a32dae7
Name         : Backup Job $hostname
Description  : Endpoint backup job

The NextRun value does not match the value shown in the Veeam GUI as
of Veeam 9.0.0.1491. This needs to be checked.
Compared to Get-VBRJob, Get-VBRJob does not seem to report job start
and stop times.

API docs:
https://helpcenter.veeam.com/backup/powershell/get-vbrepjob.html

@ypid ypid force-pushed the feature/veeam_backup_status.ps1/VBREPJob branch 4 times, most recently from a1d94e7 to 0c23036 Compare April 29, 2016 16:04
Example output of `Get-VBREPJob`:

```
RepositoryId : fa137044-0e1f-11e6-86b3-a77f5f0d70f0
ObjectsCount : 1
IsEnabled    : True
NextRun      : 26.09.2015 22:00:00
Target       : $target
Type         : EndpointBackup
LastResult   : Success
LastState    : Stopped
Id           : ef13e0b6-0e1f-11e6-842a-07b51a32dae7
Name         : Backup Job $hostname
Description  : Endpoint backup job
```

The `NextRun` value does not match the value shown in the Veeam GUI as
of Veeam 9.0.0.1491. This needs to be checked.
Compared to `Get-VBRJob`, `Get-VBRJob` does not seem to report job start
and stop times.

API docs:
https://helpcenter.veeam.com/backup/powershell/get-vbrepjob.html
@ypid ypid force-pushed the feature/veeam_backup_status.ps1/VBREPJob branch from 0c23036 to 1daa0de Compare April 29, 2016 16:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant