| 1 | #!/usr/bin/env python |
| 2 | """WAL-E is a program to assist in performing PostgreSQL continuous |
| 3 | archiving on S3 or Windows Azure Blob Service (WABS): it handles pushing |
| 4 | and fetching of WAL segments and base backups of the PostgreSQL data directory. |
nothing calls this directly
no test coverage detected