The cinder.backup.drivers.posix Module

Implementation of a backup service that uses a posix filesystem as the backend.

class PosixBackupDriver(context, db_driver=None, backup_path=None)

Bases: cinder.backup.chunkeddriver.ChunkedBackupDriver

Provides backup, restore and delete using a Posix file system.

delete_object(container, object_name)
get_container_entries(container, prefix)
get_extra_metadata(backup, volume)
get_object_reader(container, object_name, extra_metadata=None)
get_object_writer(container, object_name, extra_metadata=None)
put_container(container)
update_container_name(backup, container)
get_backup_driver(context)

Previous topic

The cinder.backup.drivers.nfs Module

Next topic

The cinder.backup.drivers.swift Module

Project Source

This Page