Skip to content

[review]add gzip compression level option#16

Merged
shunichi merged 1 commit intomainfrom
add-gzip-level-option
Mar 3, 2026
Merged

[review]add gzip compression level option#16
shunichi merged 1 commit intomainfrom
add-gzip-level-option

Conversation

@pi-chan
Copy link
Copy Markdown
Member

@pi-chan pi-chan commented Mar 3, 2026

Add configurable gzip compression level (1-9) via the gzip.level setting in sg_tiny_backup.yml. This allows users to control the trade-off between compression speed and file size.

Also fix a bug in the Gzip command where the level option was incorrectly assigned (parts = ...) instead of appended (parts << ...).

Add configurable gzip compression level (1-9) via the `gzip.level`
setting in sg_tiny_backup.yml. This allows users to control the
trade-off between compression speed and file size.

Also fix a bug in the Gzip command where the level option was
incorrectly assigned (`parts = ...`) instead of appended (`parts << ...`).
@shunichi shunichi merged commit a14878c into main Mar 3, 2026
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants