-
Notifications
You must be signed in to change notification settings - Fork 258
Open
Labels
Description
Per man 8 btrfs-property
, btrfs property
can be used to set the compression algorithm for a btrfs object (file/directory/subvol/filesystem). It doesn't seem to allow setting the compression level though.
Adding support would be very useful, as currently the level needs to be set for the entire filesystem in fstab, and can't be easily overridden (e.g. I might want to set a higher compression level for archived files or folders containing files of a certain type, and a lower one for heavily used files)
tim77, intelfx, cmurf, Snuupy, Kurtoid and 7 moretim77, Snuupy and ErrorNoInternet