Looking for Example to restore a file from w/in a VM Backup ideally back to the original VM where it backed up the file from. I have been able to login via REST, and query the vmRestorePoints. But unsure where to go from here.
So VMServerA:D:\Folder1\BackupFile.txt
Restore to something like :
VMServerA:D:\Folder1\BackupFile.txt.Restored
Thanks!
-
- Enthusiast
- Posts: 34
- Liked: never
- Joined: Oct 25, 2017 1:26 pm
- Full Name: James Wuerflein
- Contact:
-
- Veeam Software
- Posts: 2010
- Liked: 670 times
- Joined: Sep 25, 2019 10:32 am
- Full Name: Oleg Feoktistov
- Contact:
Re: Example to restore a file from w/in a VM Backup
Hi,
From there, the workflow is:
Oleg
From there, the workflow is:
- Access specific restore point sending GET to /vmRestorePoints/{id}
- Start FLR session sending POST to /vmRestorePoints/{id}/mounts
- Query mounted file systems with GET /vmRestorePoints/{id}/mounts
- Finally, restore specific file/folder with POST to /vmRestorePoints/{id}/mounts/{id}/{filepath}?action=restore
Oleg
-
- Enthusiast
- Posts: 34
- Liked: never
- Joined: Oct 25, 2017 1:26 pm
- Full Name: James Wuerflein
- Contact:
Re: Example to restore a file from w/in a VM Backup
Thanks!! That helps me a ton!
Who is online
Users browsing this forum: No registered users and 11 guests