Virtual Machine Restore Requests
We encourage regular backups for mission-critical data using the Institutional backup service UTORrecover. Restore Requests are a best effort service to be used in emergencies and are not suitable as a replacement for file level backups or vCenter/vSphere Virtual Machine snapshots.
Virtual Machine Restore Requests allow you to restore your virtual machine from storage restore points. This means, if there’s an error or unintended change to your VM, you can revert back to a specific point in time.
Specifications
While we are thrilled to roll out this feature, there are a few things to consider:
These virtual machine restore points are crash consistent. This means while they are perfect for most rollback situations but they might not capture every last in-flight transaction.
Restore points will be made available on a best-effort basis, with up to 12 restore points per day for 20 days.
Pricing
Restore Requests are a pay per use service, you pay a one-time fee for each request. The cost of each request is determined by the virtual machine Provisioned Storage and Storage type:
Provisioned Storage GiB: Amount of storage provisioned to your VM (
committed
+uncommitted
).Storage Type:
Virtual Machine Restore Request Pricing | ||
Configuration | Description | Price per GB |
Storage Tier 1 | HDD (per GB) | $0.30 |
Storage Tier 2 | SSD (per GB) | $0.60 |
To calculate a Virtual Machine Restore Request cost, simply multiply the VM provisioned storage by the storage tier price per GB:
VmRR = (Storage Provisioned in GiB) * (Restore Point Storage Rate per Tier)
For example, let's assume you want to recover two virtual machines: one with 300GB on HDD storage and one with 1.2TiB on SSD storage:
The one-time fee for each request is calculated as follows:
VM Restore request 1: 300GiB * $0.30 = $90.00
VM Restore request 2: 1228.8GiB * 0.60 = $737.28
After restoring a virtual machine, normal virtual machine pricing is charged on a daily basis for the life of the new VM.
Use
Starting today, the Restore Point Requests are available via:
ITS Private Cloud Portal: How-to Request Virtual Machine Restore
Command Line Interface aka
vss-cli
: How-to Request Virtual Machine Restore Available from versionv2023.10.0
.Python SDK aka
pvvss
: Available from versionv2023.10.0
.
University of Toronto - Since 1827