nextcloud / nextcloud/backup

Implements zlib compression during 1st-pass

Open
#31 2 comments 1 reaction 1 assignee View on GitHub

@ArtificialOwl is already working on this.

Since Nov 3, 2021.

enhancement
Dominant language
PHP
Stars
272
Forks
37
PR merge metrics
No merged PRs in 30d

Description

with an admin settings that set the compression between 1 and 9, the chunk/zip file will be compressed during the 1st pass:

  • [metadata] adding the status zlib to the RestoringChunk,
  • switch between .zip and .zip.gz for filename based on status,
  • adding the steps during the creation of the restoring point,
  • adding the steps during the restoration of the restoring point,
  • adding the steps during the generation of a lost restoring point.

This feature will allow admin to set a compression level during the generation of backup

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.