-
- Expert
- Posts: 124
- Liked: 22 times
- Joined: Jul 30, 2015 7:32 pm
- Contact:
SureBackup Linked Job Advanced options in Powershell?
Is there a way to retrieve and set Advanced options in the Linked Job section of SureBackup? I have a Surebackup job configured for each of my regular backup jobs that I add the advanced options for specific VMs that need extra scripts or longer boot times, but I am interested in making a single job that has all of the backup jobs linked for execution in one pass, but I want to import all of my advanced options from each separate job in.
I was hoping to retrieve the advanced settings from each job and pipe them into the one job, but I'm not seeing how to do that in the powershell reference documents
Alternatively, I would like to be able to schedule the Surebackup jobs to follow each other, but not seeing that either, only to have them run after each backup job completes which isn't how I want it to run.
I was hoping to retrieve the advanced settings from each job and pipe them into the one job, but I'm not seeing how to do that in the powershell reference documents
Alternatively, I would like to be able to schedule the Surebackup jobs to follow each other, but not seeing that either, only to have them run after each backup job completes which isn't how I want it to run.
-
- Product Manager
- Posts: 20413
- Liked: 2301 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: SureBackup Linked Job Advanced options in Powershell?
Nope, it doesn't seem possible via PowerShell.Is there a way to retrieve and set Advanced options in the Linked Job section of SureBackup?
Hmmm, have you tried to add and configure one "golden image" SB job manually and, then, clone it?I have a Surebackup job configured for each of my regular backup jobs that I add the advanced options for specific VMs that need extra scripts or longer boot times, but I am interested in making a single job that has all of the backup jobs linked for execution in one pass, but I want to import all of my advanced options from each separate job in
Check this PS approach; might be useful.Alternatively, I would like to be able to schedule the Surebackup jobs to follow each other, but not seeing that either, only to have them run after each backup job completes which isn't how I want it to run.
Thanks.
-
- Expert
- Posts: 124
- Liked: 22 times
- Joined: Jul 30, 2015 7:32 pm
- Contact:
Re: SureBackup Linked Job Advanced options in Powershell?
Did 9.5 expose any additional options in Powershell and SureBackup Advanced options under Linked Jobs?
I at least would like to be able to export all of my current Advanced options in the event I would need to rebuild the job, but if I could retrieve that information, it seems like I should then be able to add it to a separate job as well.
I at least would like to be able to export all of my current Advanced options in the event I would need to rebuild the job, but if I could retrieve that information, it seems like I should then be able to add it to a separate job as well.
-
- Product Manager
- Posts: 20413
- Liked: 2301 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: SureBackup Linked Job Advanced options in Powershell?
Nope, SureBackup cmdlets have not been enhanced any further in version 9.5. Thanks.
-
- Novice
- Posts: 8
- Liked: 1 time
- Joined: Aug 23, 2017 4:34 pm
- Full Name: Chris
- Contact:
[MERGED] SureBackup - AppGroup startup options ID# 02289562
Hi,
Could you please allow us to set default values for AppGroup's startup options?
Currently it is set to 600s for boot and 120s for application init.
If you could create a registry entry to be modified or write piece of code to be available in Powershell.
Thanks,
Chris
[ID# 02289562]
Could you please allow us to set default values for AppGroup's startup options?
Currently it is set to 600s for boot and 120s for application init.
If you could create a registry entry to be modified or write piece of code to be available in Powershell.
Thanks,
Chris
[ID# 02289562]
-
- Product Manager
- Posts: 20413
- Liked: 2301 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: SureBackup Linked Job Advanced options in Powershell?
Currently, those settings are not configurable via PS, but your voice has been heard. Thanks.
-
- Novice
- Posts: 8
- Liked: 1 time
- Joined: Aug 23, 2017 4:34 pm
- Full Name: Chris
- Contact:
Re: SureBackup Linked Job Advanced options in Powershell?
Veeam, you are a fantastic bunch! So, in the latest Veeam Backup&Replication Update 4 the API reference shows exactly what we have asked for.
https://helpcenter.veeam.com/docs/backu ... l?ver=95u4
The joy has arrived. Thanks again, I am now able to write an automation script for testing our VMs...
https://helpcenter.veeam.com/docs/backu ... l?ver=95u4
The joy has arrived. Thanks again, I am now able to write an automation script for testing our VMs...
-
- Veeam Vanguard
- Posts: 282
- Liked: 113 times
- Joined: Apr 20, 2017 4:19 pm
- Full Name: Joe Houghes
- Location: Castle Rock, CO
- Contact:
Re: SureBackup Linked Job Advanced options in Powershell?
Chris, that cmdlet is for use with Staged Restore. It does not get associated with Application Groups for SureBackup.
That functionality will come in a future release.
That functionality will come in a future release.
Husband, Father, Solutions Architect, Geek | @DenverVMUG & @DenverPSUG leader | International Speaker | Veeam Vanguard | vExpert (PRO) | Cisco Champion
-
- Novice
- Posts: 8
- Liked: 1 time
- Joined: Aug 23, 2017 4:34 pm
- Full Name: Chris
- Contact:
Re: SureBackup Linked Job Advanced options in Powershell?
The joy was short lived lol.... we need this feature none the less....
-
- Product Manager
- Posts: 20413
- Liked: 2301 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: SureBackup Linked Job Advanced options in Powershell?
Consider your voice counted, it's already planned for one of the next product releases. Thanks!
-
- Novice
- Posts: 8
- Liked: 1 time
- Joined: Aug 23, 2017 4:34 pm
- Full Name: Chris
- Contact:
Re: SureBackup Linked Job Advanced options in Powershell?
Thank you kind Sir, this is the only thing which holds me back
-
- Influencer
- Posts: 10
- Liked: 1 time
- Joined: Mar 17, 2017 12:30 pm
- Full Name: Tomasz Dabrowski
- Contact:
[MERGED] Sure job, application group, VM role
Is there any way to set up VM role in application group using any kind of script?
-
- Product Manager
- Posts: 20413
- Liked: 2301 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: SureBackup Linked Job Advanced options in Powershell?
Should be possible, starting from the next product release. Thanks!
Who is online
Users browsing this forum: No registered users and 14 guests