Ir al contenido

Apache CloudStack

Esta página aún no está disponible en tu idioma.

Apache CloudStack VM disaster recovery and configuration backup via the native CloudStack API.

  • Native CloudStack API
  • VM disaster recovery
  • Configuration backup

Add the plugin to a FileSet on the client you want to protect:

FileSet {
Name = "cloudstack"
Include {
Options { Plugin = "cloudstack: api_url=https://cs/api api_key=KEY secret_key=SECRET vm=*" }
}
}

All parameters are space-separated key=value pairs. See the FileSet reference for FileSet options.

Restore individual files, boot the VM instantly (Instant Recovery), or restore it into another hypervisor (V2V).

See also: Restore, Instant Recovery & V2V.