freezer.storage.fslike.
FsLikeStorage
(storage_path, max_segment_size, skip_prepare=False)¶Bases: freezer.storage.physical.PhysicalStorage
add_stream
(stream, package_name, headers=None)¶stream – data
package_name – path
headers – backup metadata information
backup_blocks
(backup)¶backup (freezer.storage.base.Backup) –
info
()¶open
(filename, mode)¶filename (str) –
mode (str) –
prepare
()¶Creates directories, containers :return: nothing
write_backup
(rich_queue, backup)¶Stores backup in storage :type rich_queue: freezer.utils.streaming.RichQueue :type backup: freezer.storage.base.Backup
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.