I would like to know if there's any command-line equivalent to kick of a specific job. My reason is that I want my backups to run off business hours, but depending on the day of the week our hours change. I have a backup job for each vmware datastore (there are 5 NFS datastores) so there are 5 jobs. The first job is the key to all other jobs as other jobs are scheduled to start when the previous one ends. So for that first job I want it to start at 5:40 PM M,T,W and 7:40 PM Th, F and 2:40 PM Sa and anytime on Sunday.
I found I can clone a job and rename it and give it a different schedule, but what this does is waste a ton of space on the backup destination as it creates a new folder with the new job name, which causes a full backup to be run again rather than incremental. I don't have enough space for that currently.
-
- Expert
- Posts: 160
- Liked: 16 times
- Joined: Jan 17, 2014 4:12 pm
- Full Name: Keith S
- Contact:
-
- Product Manager
- Posts: 20400
- Liked: 2298 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Advanced Scheduling of Jobs
It's not possible to set different schedule using GUI. However, you can put into use PS, instead. The following script that initiates job start can scheduled (via Windows Scheduler) to run at whatever time you want to:
Thanks.
Code: Select all
Get-VBRJob -name "Name of your backup job" | Start-VBRJob
-
- Expert
- Posts: 160
- Liked: 16 times
- Joined: Jan 17, 2014 4:12 pm
- Full Name: Keith S
- Contact:
Re: Advanced Scheduling of Jobs
Thank you. That's exactly what I was looking for.
I did open a low priority case on this early this morning but I did put in there that if its not possible to do via the gui, I would like to at least make the concern as a potential future feature request.
I did open a low priority case on this early this morning but I did put in there that if its not possible to do via the gui, I would like to at least make the concern as a potential future feature request.
-
- Product Manager
- Posts: 20400
- Liked: 2298 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Advanced Scheduling of Jobs
This is the exact place where you can place your feature requests, since these forums are monitored and analysed for potential product features. Thanks.
Who is online
Users browsing this forum: 00ricbjo, Baidu [Spider], d.artzen, Google [Bot], ottl05, ThomasIKL51 and 151 guests