Configuration
The following article presents how to configure backup and restore using the OpenStack Plugin.
The plugin uses general parameters, which apply to backup, restore or query operations, as well as more specific parameters parameters for backup or restore only.
These parameters are configured within the Plugin
directive defined in the “Include” section of
a Fileset resource, which is used in a Job resource along with the Client resource to setup
a backup job.
This is how an OpenStack Fileset is configured:
Fileset {
Name = "Openstack_plugin-fileset"
Include {
Plugin = "openstack: <parameter1>=<parameter1_value> <parameter2>=<parameter2_value>"
}
}
The OpenStack Plugin parameters will be explained in the next sections.
Read more:
See also
Previous articles:
Next articles:
Go back to: OpenStack Plugin.