freezer.engine.tar.tar
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 general utils functions
freezer.engine.tar.tar.
TarEngine
(compression, symlinks, exclude, storage, max_segment_size, encrypt_key=None, dry_run=False, **kwargs)¶Bases: freezer.engine.engine.BackupEngine
backup_data
(backup_resource, manifest_path)¶check_process_output
(process, function)¶Check process stderr and return code to determine if error occurred.
Check process stderr for any non-empty value. Check process return code for any non-zero value. Log error message and raise an exception if error occurred.
Parameters: |
|
---|---|
Returns: | None – Do nothing and return None if no error occurred |
Raises: | Exception – Raise Exception if error occurred |
metadata
(*args)¶name
¶restore_level
(restore_resource, read_pipe, backup, except_queue)¶Restore the provided file into backup_opt_dict.restore_abs_path Decrypt the file if backup_opt_dict.encrypt_pass_file key is provided
Parameters: |
|
---|
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.