Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ypid
Copy link

@ypid ypid commented Apr 29, 2016

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant