NeoApplications / Neo-Backup

backup manager for android
GNU Affero General Public License v3.0
2.37k stars 120 forks source link

[Feature Request] Consider supporting better compression #851

Closed automorphism88 closed 3 months ago

automorphism88 commented 3 months ago

Is your feature request related to a problem? Please describe it. gzip is an antiquated compression algorithm, and produces poor results in terms of size/speed.

Describe the primary solution Consider supporting zstd. At lower compression levels it is extremely fast while still compressing well, and at higher compression levels, it compresses almost as well as xz, while being much faster.

Describe alternative solutions, if any Another idea to further improve compression: allow a full backup of all apps to be compressed in a single tarball.

Screenshots If you're willing to add demonstrative screenshots, you're welcome to do so.

System Information (please complete the following information):

machiav3lli commented 3 months ago

Duplicate of #444