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

backup: Add option to specify custom compression filters #1459

Closed
marmarek opened this Issue Nov 27, 2015 · 0 comments

Comments

Projects
None yet
1 participant
@marmarek
Member

marmarek commented Nov 27, 2015

By default gzip is used for compressing the backup (if enabled). But there
are also others, worth considering. For example having powerful enough CPU, it
may be good idea to use bzip2. Or having a lot of cores - pigz.

The backend implementation for that is done for a long time. But there is no option to actually use this features...

@marmarek marmarek added this to the Release 3.1 milestone Nov 27, 2015

marmarek added a commit to marmarek/old-qubes-core-admin that referenced this issue Nov 29, 2015

marmarek added a commit to QubesOS/qubes-core-admin that referenced this issue Jan 15, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment