k0lter / autopostgresqlbackup

Automated tool to make periodic backups of PostgreSQL databases
52 stars 17 forks source link

Add support for zst compression #6

Closed djzort closed 2 years ago

djzort commented 2 years ago

zstd compression should be both faster and smaller than bzip2 and xz

djzort commented 2 years ago

hello?

k0lter commented 2 years ago

I'm closing this PR as this was addressed by a whole rewrite of the script. See Changelog.md for details.