kiorky / db_smart_backup

Another database(db) smart backup tool (mysql/postgresql/slapd/mongo/es/redis)
http://www.makina-corpus.com
Other
28 stars 7 forks source link

Function set_compressor broken #16

Closed Phygon closed 4 years ago

Phygon commented 4 years ago

https://github.com/kiorky/db_smart_backup/blob/d1fee6b9a5d637613b767bbc7e26d8be3296a191/db_smart_backup.sh#L290

In function set_compressor, the loop iterates over all algorithms with variable $comp, but in the loop body only $COMP is used.