Skip to content

Nextcloud downloads are lacking xz compressed (LZMA) archive #3496

Description

@robert-scheck

Steps to reproduce

When looking to https://download.nextcloud.com/server/releases/, there is a *.zip and a *.bz2 for each Nextcloud release, however no *.xz file. Using an xz compressed archive even reduces the download time (aside from the decompression time, because xz decompression is faster than bz2 decompression; see e.g. https://www.rootusers.com/gzip-vs-bzip2-vs-xz-performance-comparison/). A simple comparison of sizes using a self-generated xz archive (using xz -9):

-rw-r--r--. 1 rscheck users 29M 15. Feb 13:53 nextcloud-11.0.1.tar.xz
-rw-r--r--. 1 rscheck users 37M 15. Jan 17:32 nextcloud-11.0.1.tar.bz2
-rw-r--r--. 1 rscheck users 48M 15. Jan 17:32 nextcloud-11.0.1.zip

Expected behaviour

No nextcloud-11.0.1.tar.xz file available.

Actual behaviour

Only nextcloud-11.0.1.tar.bz2 and nextcloud-11.0.1.zip files available.

Server configuration

n/a

Client configuration

n/a

Logs

n/a

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions