cinder.backup.drivers.posix Module¶Implementation of a backup service that uses a posix filesystem as the backend.
PosixBackupDriver(context, db=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)¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.