Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve #600 ssh_filter_btrbk.sh allow zstd --adapt #601

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zwimer
Copy link

@zwimer zwimer commented Sep 3, 2024

This PR fixes:

  1. Fixes Update ssh_filter_btrbk.sh to allow stream_compress with adaptive compression #600 by allowing --adapt to be whitelisted for zstd instead of a specified compression level
  2. Expands the existing compression regex to match compression level [0-9]{1,2} instead of just [0,9]. This allows users to use compression levels higher than 9, like zstd -c -10
  3. There were 5 tabs in the file that was otherwise formatted with spaces- it fixes that

@zwimer zwimer changed the title Resolve https://github.com/digint/btrbk/issues/600 ssh_filter_btrbk.sh allow zstd --adapt Resolve #600 ssh_filter_btrbk.sh allow zstd --adapt Sep 3, 2024
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.

Update ssh_filter_btrbk.sh to allow stream_compress with adaptive compression
1 participant