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

Add way to skip compression for certain files via a glob #1388

Open
BinaryWarlock opened this issue Dec 11, 2024 · 0 comments
Open

Add way to skip compression for certain files via a glob #1388

BinaryWarlock opened this issue Dec 11, 2024 · 0 comments
Labels
S-triage Status: Waiting for a maintainer to triage this issue/PR

Comments

@BinaryWarlock
Copy link

I propose adding a config option with a list of globs that skips compressing files matching them, which is beneficial to skip compressing already compressed image/video files, which is a huge waste of CPU time. Something like:

[backup]
skip-compressing-globs = ["*.jpg", "*.mp4"]
@github-actions github-actions bot added the S-triage Status: Waiting for a maintainer to triage this issue/PR label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-triage Status: Waiting for a maintainer to triage this issue/PR
Projects
None yet
Development

No branches or pull requests

1 participant