Hello,
i´ve got a presales question about B&R:
Can i use Start-VBRGuestFileRestore in a Script to access the LAST Backup of a specific VM from a specific Job?
Will the Backup then be mounted as a drive or a subdirectory in an existing drive?
I´d like to access every day the last Backup of a number of VMs and then do a file-based backup with a third-party Backup Solution. Currenty we are using VCB and it´s functions to do that.
Thanks!
-
- Lurker
- Posts: 2
- Liked: never
- Joined: Sep 10, 2010 9:45 am
- Full Name: Christian D.
- Contact:
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: PowerShell Scripting
Chris,
I believe it is possible to do so, as you may script with PowerShell almost every action which is available from the GUI. However let me double check it with the Dev team first.
I believe it is possible to do so, as you may script with PowerShell almost every action which is available from the GUI. However let me double check it with the Dev team first.
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: PowerShell Scripting
I've done some research on your request and judging by the output during my testing, the option you need is available while using the syntax below:
Hope it helps!
Code: Select all
Start-VBRGuestFileRestore ((Get-VBRJobRestorePoints "Job_Name" "VM_Name" | sort CreationTime)[0])
-
- Lurker
- Posts: 2
- Liked: never
- Joined: Sep 10, 2010 9:45 am
- Full Name: Christian D.
- Contact:
Re: PowerShell Scripting
Thank you very much!
Who is online
Users browsing this forum: No registered users and 10 guests