DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
A new method in the backup provider plugin needs to be written to populate Backup.VolumeInfo from backup external id.
ImportBackup (Only for cross zone restore) :
Parameters
Result: Creates a database entry in the backups table with the backed up volume metadata.
restoreBackupToNewInstance :
Parameters
backupId
zoneId
name
hostId
displayName
accountName
domainId
projectId
networkIds
ip addresses
computeOffering
diskOfferings (for all volumes in the backed up volume list)
Note : Ensure that volume size should not be less than the backed up volume virtual size
Result: A new instance is created with the given config with all data volumes present in the backup.
...