MCPcopy Create free account
hub / github.com/wal-e/wal-e / FileBackup

Class FileBackup

wal_e/operator/file_operator.py:6–14  ·  view source on GitHub ↗

Performs local file system uploads of PostgreSQL WAL files and clusters

Source from the content-addressed store, hash-verified

4
5
6class FileBackup(Backup):
7 """
8 Performs local file system uploads of PostgreSQL WAL files and clusters
9 """
10
11 def __init__(self, layout, creds, gpg_key_id):
12 super(FileBackup, self).__init__(layout, creds, gpg_key_id)
13 self.cinfo = calling_format
14 self.worker = file_worker

Callers 5

configure_backup_cxtFunction · 0.90
test_bucket_listFunction · 0.90
test_delete_keysFunction · 0.90

Calls

no outgoing calls

Tested by 4

test_bucket_listFunction · 0.72
test_delete_keysFunction · 0.72