s3-backups
s3-backups copied to clipboard
Stream the backup to a compressed archive
Instead of just dumping the db to a file, then compressing, then transferring to S3, just pipe pg_dumpall through tar/gzip, and then you won't have to create a second file that's compressed.
This will save on disk space, and reduce the backup time.