Hi!!
I created the theme in Section B & R Hyper - V and have advised me open it here .
In summary...:
I have 2 repositories ( HDD1 and HDD2 )
In the first repository ( HDD1 [D:\ ] ) should do the backup job (1st full and 6 incremental ) of the first and third week of the month.
In the second repository ( HDD2 [E:\ ] ) must perform the backup job on the second and fourth week of the month.
From the console veeam B&R can not configure that the task is performed within 1 week and then 6 incremental .
With that script could make the backup job will automatically run on selected dates and in the correct repository ?
Thank you very much for your advice
-
- Expert
- Posts: 179
- Liked: 9 times
- Joined: Mar 03, 2015 10:44 am
- Contact:
-
- Product Manager
- Posts: 20400
- Liked: 2298 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Create auto backup job
I think you should have two jobs pointed to two different backup repositories. Then, use a simple one-liner (scheduled via Windows Task Scheduler) to achieve the desired schedule:
Thanks.
Code: Select all
Start-VBRJob -Job (Get-VBRJob -name "Name of your job")
-
- Expert
- Posts: 179
- Liked: 9 times
- Joined: Mar 03, 2015 10:44 am
- Contact:
Re: Create auto backup job
v.Eremin wrote:I think you should have two jobs pointed to two different backup repositories. Then, use a simple one-liner (scheduled via Windows Task Scheduler) to achieve the desired schedule:
Thanks.Code: Select all
))
I created the task but I have some questions ...
In this code you provided your me I created a .bat :
Start- VBRJob -Job ( Get- VBRJob -name "Name of your job")
Now is the time that is set in the console but B & R can not see that you have made.
The task is for a Hyper - V machine.
-
- Product Manager
- Posts: 20400
- Liked: 2298 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Create auto backup job
Not sure whether I follow you on that. Schedule task doesn't execute this script? Will it work, if executed manually? Does the script have the following line in the beginning (adding VB&R PS snap-in):Now is the time that is set in the console but B & R can not see that you have made.
Code: Select all
Asnp VeeamPSSnapin
Who is online
Users browsing this forum: No registered users and 15 guests