-
- Expert
- Posts: 184
- Liked: 18 times
- Joined: Feb 15, 2013 9:31 pm
- Full Name: Jonathan Barrow
- Contact:
I need to run a job Quarterly...
I've been asked to run a job on the 1st day of each quarter so Jan1, Apr2, Jul1, Oct1. I don't see how to schedule this using the default scheduling options in Veeam. How would I do this? Can I use Task Scheduler to fire off a backup job for me?
-
- Product Manager
- Posts: 20677
- Liked: 2382 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: I need to run a job Quarterly...
Hi, Jonathan.
In the way I see it, PowerShell script responsible for starting your Job along with Windows Scheduler should answer your requirements.
For more information please the existing topics at Veeam PowerShell subforum:
http://forums.veeam.com/viewtopic.php?f=26&t=13086 (How to start VB&R job via Powershell)
http://forums.veeam.com/viewtopic.php?f ... 353#p71253 (How to trigger PS script via Task Scheduler)
Hope this helps.
Thanks.
In the way I see it, PowerShell script responsible for starting your Job along with Windows Scheduler should answer your requirements.
For more information please the existing topics at Veeam PowerShell subforum:
http://forums.veeam.com/viewtopic.php?f=26&t=13086 (How to start VB&R job via Powershell)
http://forums.veeam.com/viewtopic.php?f ... 353#p71253 (How to trigger PS script via Task Scheduler)
Hope this helps.
Thanks.
-
- Expert
- Posts: 184
- Liked: 18 times
- Joined: Feb 15, 2013 9:31 pm
- Full Name: Jonathan Barrow
- Contact:
Re: I need to run a job Quarterly...
Perfect, thank you.
-
- Expert
- Posts: 184
- Liked: 18 times
- Joined: Feb 15, 2013 9:31 pm
- Full Name: Jonathan Barrow
- Contact:
Re: I need to run a job Quarterly...
I'm not that familiar with powershell. What do I change here to specify my job name? The job name is "RA-QA (Backup)" in Veeam now.v.Eremin wrote:Hi, Jonathan.
In the way I see it, PowerShell script responsible for starting your Job along with Windows Scheduler should answer your requirements.
For more information please the existing topics at Veeam PowerShell subforum:
http://forums.veeam.com/viewtopic.php?f=26&t=13086 (How to start VB&R job via Powershell)
http://forums.veeam.com/viewtopic.php?f ... 353#p71253 (How to trigger PS script via Task Scheduler)
Hope this helps.
Thanks.
Code: Select all
-command &{Add-PSSnapin VeeamPSSnapIn; Get-VBRJob | where {$_.Name –eq “Server1”} | Start-VBRJob –FullBackup;}
-
- Veeam Software
- Posts: 21167
- Liked: 2151 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: I need to run a job Quarterly...
Jonathan, you should replace "Server1" with "RA-QA (Backup)" in this commandlet.
-
- VP, Product Management
- Posts: 27562
- Liked: 2858 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: I need to run a job Quarterly...
Also you can use this way (doesn't require PowerShell scripts) to start your jobs with Windows Task Scheduler: Backup schedule
-
- Expert
- Posts: 184
- Liked: 18 times
- Joined: Feb 15, 2013 9:31 pm
- Full Name: Jonathan Barrow
- Contact:
Re: I need to run a job Quarterly...
Much easier, thanks! Worked like a champ.Vitaliy S. wrote:Also you can use this way (doesn't require PowerShell scripts) to start your jobs with Windows Task Scheduler: Backup schedule
Who is online
Users browsing this forum: Amazon [Bot], Google [Bot], Gostev, Semrush [Bot] and 134 guests