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 compression-by-filesystem as an option #109

Open
dev-zero opened this issue May 4, 2021 · 1 comment
Open

Add compression-by-filesystem as an option #109

dev-zero opened this issue May 4, 2021 · 1 comment

Comments

@dev-zero
Copy link

dev-zero commented May 4, 2021

Several filesystems (btrfs, zfs) have transparent compression support. On those filesystems it would make sense to use the kernel-side compression instead of an explicit per-pack compression.

@dev-zero
Copy link
Author

dev-zero commented May 4, 2021

For Btrfs (and also zfs) this is done with chattr +c file on the command line (unnecessary if the compression mount option is given).

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

No branches or pull requests

1 participant