-
- Expert
- Posts: 152
- Liked: 24 times
- Joined: May 16, 2011 4:00 am
- Full Name: Alex Macaronis
- Location: Brisbane, Australia
- Contact:
Req: Mass-Config Update
Hello,
This is a feature request...
I'd really appreciate the ability to make configuration changes across multiple or all jobs.
e.g.
I'm currently going through all my jobs, checking that the Defrag / Health Check options are selected on a particular frequency. I have about 20 jobs, so it would be great if I could just highlight all (or a subset) of my jobs, go into the edit menu and make a change that will apply to all of the jobs I've selected. Per-Job notifications is another area where this would be helpful.
This is a feature request...
I'd really appreciate the ability to make configuration changes across multiple or all jobs.
e.g.
I'm currently going through all my jobs, checking that the Defrag / Health Check options are selected on a particular frequency. I have about 20 jobs, so it would be great if I could just highlight all (or a subset) of my jobs, go into the edit menu and make a change that will apply to all of the jobs I've selected. Per-Job notifications is another area where this would be helpful.
-
- Veteran
- Posts: 370
- Liked: 97 times
- Joined: Dec 13, 2015 11:33 pm
- Contact:
Re: Req: Mass-Config Update
+1 for this, can be useful in normal operation but would be especially useful with new releases that add features you want to enable on all/most jobs
-
- Veteran
- Posts: 1531
- Liked: 226 times
- Joined: Jul 21, 2010 9:47 am
- Full Name: Chris Dearden
- Contact:
Re: Req: Mass-Config Update
This might be doable via powershell. Head over to the powershell sub forum and there is a good chance someone will lend a hand!
-
- Product Manager
- Posts: 5797
- Liked: 1215 times
- Joined: Jul 15, 2013 11:09 am
- Full Name: Niels Engelen
- Contact:
Re: Req: Mass-Config Update
Have a look at powershell-f26/storage-level-corruption ... th#p178855
I guess this is what you are looking for.
I guess this is what you are looking for.
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
GitHub: https://github.com/nielsengelen
-
- Product Manager
- Posts: 20415
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Req: Mass-Config Update
This is a small example that is supposed to help you:
Thanks.
Code: Select all
$Job = Get-VBRJob -name "Name of your Job"
$Options = $Job.GetOptions()
$Options.GenerationPolicy.EnableCompactFull #Health Check
$Options.GenerationPolicy.EnableRechek #Defrag
-
- Expert
- Posts: 152
- Liked: 24 times
- Joined: May 16, 2011 4:00 am
- Full Name: Alex Macaronis
- Location: Brisbane, Australia
- Contact:
Re: Req: Mass-Config Update
Thanks, I appreciate this.
I still think it would be a good thing to offer via the GUI.
I still think it would be a good thing to offer via the GUI.
-
- Product Manager
- Posts: 20415
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Req: Mass-Config Update
Taking into account the number of settings a backup job has, GUI might get easily overfilled, should we start showing something beside vital properties, such as status, next run, etc.
Probably a report would answer your requirements best, so feel free to post a feature request in Veeam ONE forum.
Thanks.
Probably a report would answer your requirements best, so feel free to post a feature request in Veeam ONE forum.
Thanks.
-
- Veteran
- Posts: 370
- Liked: 97 times
- Joined: Dec 13, 2015 11:33 pm
- Contact:
Re: Req: Mass-Config Update
I don't think there would need to be any new GUI elements to clutter anything, simply allow users to Cntl-Click jobs to select multiple jobs and use the same GUI they would see if editing a single job with perhaps all the tickboxes etc hazed over, and change made in this mode affects all selected jobs.
Still, I understand the desire to keep the code and GUI simple.
Still, I understand the desire to keep the code and GUI simple.
-
- Expert
- Posts: 152
- Liked: 24 times
- Joined: May 16, 2011 4:00 am
- Full Name: Alex Macaronis
- Location: Brisbane, Australia
- Contact:
Re: Req: Mass-Config Update
I think even a button that says "Apply to All JOBS" next to the one that says "Set Defaults" would be good.
-
- Product Manager
- Posts: 20415
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Req: Mass-Config Update
Understood. The request looks valid.
For now you have to use PowerShell if you want to apply settings changes to multiple jobs. If you need any assistance with scripting, feel free to create a topic in the corresponding subforum.
Thanks.
For now you have to use PowerShell if you want to apply settings changes to multiple jobs. If you need any assistance with scripting, feel free to create a topic in the corresponding subforum.
Thanks.
Who is online
Users browsing this forum: Bing [Bot], Semrush [Bot] and 67 guests