Performs local file system uploads of PostgreSQL WAL files and clusters
| 4 | |
| 5 | |
| 6 | class 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 |
no outgoing calls