# Variables
PGDumpCmd is the path to the `pg_dump` executable.
# Structs
Error can ship a cmd output as well as the start interface.
ExportResult is the result of an export operation..
Postgres is an `Exporter` interface that backs up a Postgres database via the `pg_dump` command.
S3 is a `Storer` interface that puts an ExportResult to the specified S3 bucket.