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

When using Backup Window to Backup Copy Jobs the report shows that is false #57

Closed
eduzimrs opened this issue Sep 26, 2022 · 8 comments · Fixed by #66
Closed

When using Backup Window to Backup Copy Jobs the report shows that is false #57

eduzimrs opened this issue Sep 26, 2022 · 8 comments · Fixed by #66
Assignees
Milestone

Comments

@eduzimrs
Copy link

Hi,

The report is showing that backup copy jobs are not using Backup Window restriction as per images attached.
Thanks.
2022-09-26_10h35_41
2022-09-26_10h34_53

@rebelinux rebelinux self-assigned this Sep 29, 2022
@rebelinux rebelinux added this to the v0.5.5 milestone Sep 29, 2022
@rebelinux
Copy link
Collaborator

Sorry i can't replicate your issue on my homelab. Can you run the following command and share with me the results?

$Bkjob = Get-VBRJob -WarningAction SilentlyContinue | Where-Object {$_.Name -eq 'BCJ_Expresso'}

$Bkjob.ScheduleOptions.OptionsBackupWindow | Format-List

@eduzimrs
Copy link
Author

eduzimrs commented Sep 29, 2022

Hi,
Here it is.
I believe this content is in this variable = $Bkjob.ScheduleOptions.OptionsContinuous.Schedule,
but the $Bkjob.ScheduleOptions.OptionsContinuous.Enabled is always $true.

Screenshot 2022-09-29 140743

@rebelinux
Copy link
Collaborator

Can you share screenshots of the BCJ_Expresso backup schedule setting?

@eduzimrs
Copy link
Author

Screenshot 2022-09-29 143433
Here it is.

@rebelinux
Copy link
Collaborator

Can you share with me this result?

$Bkjobs = Get-VBRJob -WarningAction SilentlyContinue

$Bkjobs | Select-Object TypetoString,@{N='Backup Copy Job Windows'; E={$_.ScheduleOptions.OptionsContinuous.Enabled}},@{N='Backup Job Windows'; E={$_.ScheduleOptions.OptionsBackupWindow.IsEnabled}}

@eduzimrs
Copy link
Author

eduzimrs commented Sep 29, 2022 via email

@rebelinux
Copy link
Collaborator

I'm considering asking Veeam for help because I think this schedule module is a complete disaster. :(

@rebelinux
Copy link
Collaborator

i think i found a workaround, the fix is schedule for v0.5.5.

This was referenced Oct 1, 2022
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 a pull request may close this issue.

2 participants