freezer.openstack.backup module¶
Freezer Backup modes related functions
-
class
freezer.openstack.backup.BackupOs(client_manager, container, storage)¶ Bases:
object-
backup_cinder(volume_id, name=None, description=None, incremental=False)¶
-
backup_cinder_by_glance(volume_id)¶ - Implements cinder backup:
Gets a stream of the image from glance
Stores resulted image to the swift as multipart object
- Parameters
volume_id – id of volume for backup
-