freezer.storage.physical
Module¶Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
freezer.storage.physical.
PhysicalStorage
(storage_path, max_segment_size, skip_prepare=False)¶Bases: freezer.storage.base.Storage
Backup like Swift, SSH or Local. Something that represents real storage. For example MultipleStorage is not physical.
backup_blocks
(backup)¶Parameters: | backup (freezer.storage.base.Backup) – |
---|---|
Returns: |
get_level_zero
(engine, hostname_backup_name, recent_to_date=None)¶Gets backups by backup_name and hostname
Parameters: |
|
---|---|
Return type: | |
Returns: | dictionary of level zero timestamps with attached storage |
listdir
(path)¶Parameters: | path (str) – |
---|---|
Return type: | collections.Iterable[str] |
metadata_path
(engine, hostname_backup_name)¶put_metadata
(engine_metadata_path, freezer_metadata_path, backup)¶Parameters: |
|
---|---|
Returns: |
rmtree
(path)¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.