Implements zlib compression during 1st-pass
Open
@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
.zipand.zip.gzfor 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.