Simple Backups

Simple Backups

27M Downloads

Add compression level to the configuration

tannertechnology opened this issue ยท 1 comments

commented

Describe your idea

I suggest that the setLevel method be exposed in the configuration. Backups on my server are taking 2 minutes but not much disk space, I'd like to trade some cpu time for some disk space by reducing the compression level.

https://docs.oracle.com/javase/9/docs/api/java/util/zip/ZipOutputStream.html#setLevel-int-

It's been some time since I dove into Java so I'm hesitant to get started on it myself.

commented

That was fast! Thanks :)