k0lter / autopostgresqlbackup

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

add support for pigz as compression type #3

Closed DanScharon closed 1 year ago

DanScharon commented 4 years ago

Adding support for pigz as compression type would immensely speed up the compression on systems with multiple cores.

k0lter commented 2 years ago

I've just pushed some changes (they will be part of version 2.0) which addressed your feature request: Any compression tool that supports to read data to be compressed from stdin and outputs it to stdout is now supported.

k0lter commented 1 year ago

I'm closing this bug as it is already solved.