Add compression level
At the moment the files are only saved in a zip, but not compressed. You could add a compression level in the settings.
I'm not sure, do you use this? That has compression available. https://github.com/McNetic/PHPZipStreamer/blob/master/MANUAL.md
Yes, a fork of it which is part of the Nextcloud server 3rdparty libraries: https://github.com/DeepDiver1975/PHPZipStreamer
Adding compression would make sense
Little reminder, maybe..? :)
Could be somewhat useful :)
Pull requests are very welcome of course 😉
I looked into this elsewhere earlier in the week: https://github.com/nextcloud/server/issues/38456#issuecomment-1563715552
It looks like https://github.com/maennchen/ZipStream-PHP could be a nice replacement